[gnumeric] t6519: remove cut-and-paste cruft



commit 2260650344f7af9b0d67a539ab35cc40edcfa5b7
Author: Morten Welinder <terra gnome org>
Date:   Tue Dec 29 19:20:37 2015 -0500

    t6519: remove cut-and-paste cruft

 test/t6519-selection.pl |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)
---
diff --git a/test/t6519-selection.pl b/test/t6519-selection.pl
index d0aef34..0fcee9d 100755
--- a/test/t6519-selection.pl
+++ b/test/t6519-selection.pl
@@ -19,8 +19,7 @@ if (&subtest ("ods")) {
     &test_roundtrip ($file,
                     'format' => 'Gnumeric_OpenCalc:odf',
                     'ext' => "ods",
-                    'filter2' => 'std:drop_generator',
-                    'ignore_failure' => 1);
+                    'filter2' => 'std:drop_generator');
 }
 
 if (&subtest ("biff7")) {
@@ -37,9 +36,7 @@ if (&subtest ("biff8")) {
     &test_roundtrip ($file,
                     'format' => 'Gnumeric_Excel:excel_biff8',
                     'ext' => "xls",
-                    'filter0' => 'std:noframewidget',
-                    'filter2' => 'std:drop_codepage',
-                    'ignore_failure' => 1);
+                    'filter2' => 'std:drop_codepage');
 }
 
 if (&subtest ("xlsx")) {
@@ -47,8 +44,5 @@ if (&subtest ("xlsx")) {
     &test_roundtrip ($file,
                     'format' => 'Gnumeric_Excel:xlsx',
                     'ext' => "xlsx",
-                    'filter0' => 'std:noframewidget',
-                    'filter' => 'std:nocomboasindex',
-                    'resize' => '1048576x16384',
-                    'ignore_failure' => 1);
+                    'resize' => '1048576x16384');
 }


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