changeset 7080:7e465260a48f

[project @ 2007-10-30 19:52:50 by jwe]
author jwe
date Tue, 30 Oct 2007 19:52:50 +0000
parents 6d3e53a2f963
children 503001863427
files test/ChangeLog test/build_sparse_tests.sh
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/ChangeLog	Tue Oct 30 19:26:33 2007 +0000
+++ b/test/ChangeLog	Tue Oct 30 19:52:50 2007 +0000
@@ -1,3 +1,7 @@
+2007-10-30  Kim Hansen  <kimhanse@gmail.com>
+
+	* build_sparse_tests.sh: Fix typo.
+
 2007-10-23  John W. Eaton  <jwe@octave.org>
 
 	* build_sparse_tests.sh (gen_sparsesparse_elementop_tests):
--- a/test/build_sparse_tests.sh	Tue Oct 30 19:26:33 2007 +0000
+++ b/test/build_sparse_tests.sh	Tue Oct 30 19:52:50 2007 +0000
@@ -908,7 +908,7 @@
 %! bcf = bf + bf'; bcs = sparse(bcf);
 %! tcf = tf + tf'; tcs = sparse(tcf);
 %! xf = diag(1:n) + fliplr(diag(1:n)).*beta; xs = sparse(xf);
-%!assert(ds\xf,df\xf),1e-10;
+%!assert(ds\xf,df\xf,1e-10);
 %!assert(ds\xs,sparse(df\xf,1),1e-10);
 %!assert(pds\xf,pdf\xf,1e-10);
 %!assert(pds\xs,sparse(pdf\xf,1),1e-10);