# HG changeset patch # User Rik # Date 1393100554 28800 # Node ID c9ace0567f1343a2dea0a4257711725895900709 # Parent 0bdecd41b2dd33aff2325a0d82038aedc897b8d5 io.tst: Remove duplicate test for fread. * io.tst: Remove duplicate test for fread. diff -r 0bdecd41b2dd -r c9ace0567f13 test/io.tst --- a/test/io.tst Sat Feb 22 13:06:18 2014 -0500 +++ b/test/io.tst Sat Feb 22 12:22:34 2014 -0800 @@ -588,15 +588,6 @@ %! id = tmpfile (); %! fwrite (id, char (0:15)); %! frewind (id); -%! [data, count] = fread (id, [1, Inf], "4*uint16", 3); -%! assert (data, [256, 770, 1284, 1798, 3083, 3597]); -%! assert (count, 6); -%! fclose (id); - -%!test -%! id = tmpfile (); -%! fwrite (id, char (0:15)); -%! frewind (id); %! [data, count] = fread (id, [3, Inf], "4*uint16", 3); %! assert (data, [256, 1798; 770, 3083; 1284, 3597]); %! assert (count, 6);