[gnumeric] Tests: more tests pass



commit 1e815fd2bc90c1d23663693e32fae389464e110e
Author: Morten Welinder <terra gnome org>
Date:   Fri Feb 28 08:42:01 2014 -0500

    Tests: more tests pass

 test/t6507-split-panes.pl      |    3 +--
 test/t6508-sheet-formatting.pl |    3 +--
 test/t6509-validation.pl       |    3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/test/t6507-split-panes.pl b/test/t6507-split-panes.pl
index 394d1bf..22aae5f 100755
--- a/test/t6507-split-panes.pl
+++ b/test/t6507-split-panes.pl
@@ -16,8 +16,7 @@ my $file = "$samples/split-panes-tests.gnumeric";
 &test_roundtrip ($file,
                 'format' => 'Gnumeric_OpenCalc:odf',
                 'ext' => "ods",
-                'filter2' => "$PERL -p -e '\$_ = \"\" if m{<meta:generator>}'",
-                'ignore_failure' => 1);
+                'filter2' => "$PERL -p -e '\$_ = \"\" if m{<meta:generator>}'");
 
 my $xls_codepage_filter = "$PERL -p -e '\$_ = \"\" if m{<meta:user-defined meta:name=.msole:codepage.}'";
 
diff --git a/test/t6508-sheet-formatting.pl b/test/t6508-sheet-formatting.pl
index a9426fc..9fa6272 100755
--- a/test/t6508-sheet-formatting.pl
+++ b/test/t6508-sheet-formatting.pl
@@ -16,8 +16,7 @@ my $file = "$samples/sheet-formatting-tests.gnumeric";
 &test_roundtrip ($file,
                 'format' => 'Gnumeric_OpenCalc:odf',
                 'ext' => "ods",
-                'filter2' => "$PERL -p -e '\$_ = \"\" if m{<meta:generator>}'",
-                'ignore_failure' => 1);
+                'filter2' => "$PERL -p -e '\$_ = \"\" if m{<meta:generator>}'");
 
 my $xls_codepage_filter = "$PERL -p -e '\$_ = \"\" if m{<meta:user-defined meta:name=.msole:codepage.}'";
 
diff --git a/test/t6509-validation.pl b/test/t6509-validation.pl
index b0175aa..aaeab19 100755
--- a/test/t6509-validation.pl
+++ b/test/t6509-validation.pl
@@ -41,5 +41,4 @@ my $xls_greek_filter = "$PERL -p -C7 -e '1 while (s{\\b((Title|Message)=\".*Gree
 &test_roundtrip ($file,
                 'format' => 'Gnumeric_Excel:xlsx',
                 'ext' => "xlsx",
-                'resize' => '1048576x16384',
-                'ignore_failure' => 1);
+                'resize' => '1048576x16384');


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