[gnumeric] tests: recalc in slice tests.



commit 4435fa9fd6842f51b06698decb4d182fdf30c2eb
Author: Morten Welinder <terra gnome org>
Date:   Sun Nov 8 21:00:25 2009 -0500

    tests: recalc in slice tests.

 test/Makefile.am      |    1 +
 test/t8200-gslice1.pl |    2 +-
 test/t8201-gslice2.pl |    2 +-
 test/t8202-gslice3.pl |    2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/test/Makefile.am b/test/Makefile.am
index 6bf1f4e..ebf68ff 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -19,6 +19,7 @@
 # 8xxx: Runs with valgrind and similar tools.
 # 80xx:   Valgrind
 # 81xx:   Stuff from tools/
+# 82xx:   G_SLICE debug and similar
 #
 # 90xx: Misc stuff.
 
diff --git a/test/t8200-gslice1.pl b/test/t8200-gslice1.pl
index d3576ce..76bd158 100755
--- a/test/t8200-gslice1.pl
+++ b/test/t8200-gslice1.pl
@@ -14,4 +14,4 @@ my $src = "$samples/excel/statfuns.xls";
 my $tmp = "statfuns.gnumeric";
 &GnumericTest::junkfile ($tmp);
 
-&test_command ("$ssconvert $src $tmp", sub { 1 } );
+&test_command ("$ssconvert --recalc $src $tmp", sub { 1 } );
diff --git a/test/t8201-gslice2.pl b/test/t8201-gslice2.pl
index 3b38d64..edc4a93 100755
--- a/test/t8201-gslice2.pl
+++ b/test/t8201-gslice2.pl
@@ -14,4 +14,4 @@ my $src = "$samples/excel/statfuns.xls";
 my $tmp = "statfuns2.xls";
 &GnumericTest::junkfile ($tmp);
 
-&test_command ("$ssconvert $src $tmp", sub { 1 } );
+&test_command ("$ssconvert --recalc $src $tmp", sub { 1 } );
diff --git a/test/t8202-gslice3.pl b/test/t8202-gslice3.pl
index a7b2434..3529c71 100755
--- a/test/t8202-gslice3.pl
+++ b/test/t8202-gslice3.pl
@@ -14,4 +14,4 @@ my $src = "$samples/regress.gnumeric";
 my $tmp = "regress.xls";
 &GnumericTest::junkfile ($tmp);
 
-&test_command ("$ssconvert $src $tmp", sub { 1 } );
+&test_command ("$ssconvert --recalc $src $tmp", sub { 1 } );



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]