comparison test/io.tst @ 17417:9289bb0ff4dd

io.tst: fix for-loop upper bound after change 3856298f1ff8
author Andreas Weber <andy.weber.aw@gmail.com>
date Sat, 14 Sep 2013 11:19:25 +0200
parents 3856298f1ff8
children d63878346099
comparison
equal deleted inserted replaced
17416:6690dba6078a 17417:9289bb0ff4dd
321 %!test 321 %!test
322 %! arch_list = {"native"; "ieee-le"; "ieee-be"}; 322 %! arch_list = {"native"; "ieee-le"; "ieee-be"};
323 %! warning ("off", "Octave:fopen-mode"); 323 %! warning ("off", "Octave:fopen-mode");
324 %! status = 1; 324 %! status = 1;
325 %! 325 %!
326 %! for i = 1:6 326 %! for i = 1:3
327 %! arch = arch_list{i}; 327 %! arch = arch_list{i};
328 %! for j = 1:4 328 %! for j = 1:4
329 %! if (j == 1) 329 %! if (j == 1)
330 %! mode_list = {"w"; "r"; "a"}; 330 %! mode_list = {"w"; "r"; "a"};
331 %! elseif (j == 2) 331 %! elseif (j == 2)