[gnumeric] Tests: fewer ignore_failures needed.



commit 0db73ff9f3f02b6527cef136707790e249504311
Author: Morten Welinder <terra gnome org>
Date:   Wed Feb 26 11:30:49 2014 -0500

    Tests: fewer ignore_failures needed.

 test/t6505-colrow.pl      |    3 +--
 test/t6507-split-panes.pl |    3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/test/t6505-colrow.pl b/test/t6505-colrow.pl
index 11ec370..6987b85 100755
--- a/test/t6505-colrow.pl
+++ b/test/t6505-colrow.pl
@@ -16,8 +16,7 @@ my $file = "$samples/colrow-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/t6507-split-panes.pl b/test/t6507-split-panes.pl
index 7f4ce35..394d1bf 100755
--- a/test/t6507-split-panes.pl
+++ b/test/t6507-split-panes.pl
@@ -32,8 +32,7 @@ my $xls_codepage_filter = "$PERL -p -e '\$_ = \"\" if m{<meta:user-defined meta:
 &test_roundtrip ($file,
                 'format' => 'Gnumeric_Excel:excel_biff8',
                 'ext' => "xls",
-                'filter2' => $xls_codepage_filter,
-                'ignore_failure' => 1);
+                'filter2' => $xls_codepage_filter);
 
 &message ("Check split-panes xlsx roundtrip.");
 &test_roundtrip ($file,


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