[gnumeric] tests: cleanup.



commit 004aceecd188efc513e5b3abe85174a79ade6bc2
Author: Morten Welinder <terra gnome org>
Date:   Mon Feb 17 13:17:06 2014 -0500

    tests: cleanup.

 test/t6500-strings.pl |    3 +++
 test/t6501-numbers.pl |   11 +++++++----
 2 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/test/t6500-strings.pl b/test/t6500-strings.pl
index 137e2f8..174d84b 100755
--- a/test/t6500-strings.pl
+++ b/test/t6500-strings.pl
@@ -7,6 +7,9 @@ use GnumericTest;
 
 my $file = "$samples/string-tests.gnumeric";
 
+&message ("Check string gnumeric roundtrip.");
+&test_roundtrip ($file, 'Gnumeric_XmlIO:sax', "gnm");
+
 &message ("Check string ods roundtrip.");
 &test_roundtrip ($file, 'Gnumeric_OpenCalc:odf', "ods");
 
diff --git a/test/t6501-numbers.pl b/test/t6501-numbers.pl
index bce1f3d..e420b31 100755
--- a/test/t6501-numbers.pl
+++ b/test/t6501-numbers.pl
@@ -7,14 +7,17 @@ use GnumericTest;
 
 my $file = "$samples/number-tests.gnumeric";
 
-&message ("Check string ods roundtrip.");
+&message ("Check number gnumeric roundtrip.");
+&test_roundtrip ($file, 'Gnumeric_XmlIO:sax', "gnm");
+
+&message ("Check number ods roundtrip.");
 &test_roundtrip ($file, 'Gnumeric_OpenCalc:odf', "ods");
 
-&message ("Check string xls/BIFF7 roundtrip.");
+&message ("Check number xls/BIFF7 roundtrip.");
 &test_roundtrip ($file, 'Gnumeric_Excel:excel_biff7', "xls");
 
-&message ("Check string xls/BIFF8 roundtrip.");
+&message ("Check number xls/BIFF8 roundtrip.");
 &test_roundtrip ($file, 'Gnumeric_Excel:excel_biff8', "xls");
 
-&message ("Check string xlsx roundtrip.");
+&message ("Check number xlsx roundtrip.");
 &test_roundtrip ($file, 'Gnumeric_Excel:xlsx', "xlsx");


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