changeset 5673:bac312ead21f octave-forge

Use the correct comparison string for the second assert in dlmwrite test
author rlaboiss
date Fri, 22 May 2009 19:36:26 +0000
parents 70ed4ab7ab5f
children 7d0d1b7d0088
files main/io/inst/dlmwrite.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/inst/dlmwrite.m	Fri May 22 13:58:34 2009 +0000
+++ b/main/io/inst/dlmwrite.m	Fri May 22 19:36:26 2009 +0000
@@ -194,4 +194,4 @@
 %! unlink(f);
 %!
 %! assert(f1,",,\n, 1.00, 2.00\n, 3.00, 4.00\n");
-%! assert(f2,",,\n, 1.00, 2.00\n, 3.00, 4.00\n, 5.00, 6.00\n");
+%! assert(f2,",,\n, 1.00, 2.00\n, 3.00, 4.00\n, 5.00, 6.00\n 5.00\t 6.00\n");