[gnumeric] t6504: add parentheses tests too.



commit 014a0769ae8b857def4cb7c6f92302a9f8e74807
Author: Morten Welinder <terra gnome org>
Date:   Fri Feb 21 13:41:42 2014 -0500

    t6504: add parentheses tests too.

 samples/formula-tests.gnumeric |  Bin 2471 -> 2518 bytes
 test/t6504-formula.pl          |    3 ++-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/samples/formula-tests.gnumeric b/samples/formula-tests.gnumeric
index 7c64944..c5aff76 100644
Binary files a/samples/formula-tests.gnumeric and b/samples/formula-tests.gnumeric differ
diff --git a/test/t6504-formula.pl b/test/t6504-formula.pl
index 5eb71ad..19c3f26 100755
--- a/test/t6504-formula.pl
+++ b/test/t6504-formula.pl
@@ -32,7 +32,8 @@ 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);
+                'filter2' => $xls_codepage_filter,
+                'ignore_failure' => 1);
 
 &message ("Check formula xlsx roundtrip.");
 &test_roundtrip ($file,


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