diff test/io.tst @ 25673:a8b0fb44ed94 stable

add some bug numbers to the test suite * oct-inttypes.cc, betainc.m, native2unicode.m, unicode2native.m, io.tst: Add bug numbers for some tests.
author John W. Eaton <jwe@octave.org>
date Thu, 26 Jul 2018 09:30:37 -0400
parents 6aa29920a531
children 20aa564402c4
line wrap: on
line diff
--- a/test/io.tst	Wed Jul 25 17:28:04 2018 -0400
+++ b/test/io.tst	Thu Jul 26 09:30:37 2018 -0400
@@ -571,7 +571,7 @@
 %!   unlink (nm);
 %! endif
 
-%!test
+%!test <54386>
 %! x = char (128:255)';
 %! nm = tempname ();
 %! mode = "wb";
@@ -588,7 +588,7 @@
 %!   else
 %!     y = fread (id, Inf, "uchar=>char");
 %!     fclose (id);
-%!     assert (x, y);
+%!     assert (y, x);
 %!     unlink (nm);
 %!   endif
 %! endif