[gnumeric] Tests: add tests for hidden rows and columns.



commit 3e1dd9023c4bba1d3d50b0f48951fbd10e2fa844
Author: Morten Welinder <terra gnome org>
Date:   Mon Feb 24 20:53:03 2014 -0500

    Tests: add tests for hidden rows and columns.

 samples/colrow-tests.gnumeric |  Bin 1951 -> 1986 bytes
 test/t6505-colrow.pl          |    3 ++-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/samples/colrow-tests.gnumeric b/samples/colrow-tests.gnumeric
index c124a15..e86102f 100644
Binary files a/samples/colrow-tests.gnumeric and b/samples/colrow-tests.gnumeric differ
diff --git a/test/t6505-colrow.pl b/test/t6505-colrow.pl
index 6987b85..11ec370 100755
--- a/test/t6505-colrow.pl
+++ b/test/t6505-colrow.pl
@@ -16,7 +16,8 @@ my $file = "$samples/colrow-tests.gnumeric";
 &test_roundtrip ($file,
                 'format' => 'Gnumeric_OpenCalc:odf',
                 'ext' => "ods",
-                'filter2' => "$PERL -p -e '\$_ = \"\" if m{<meta:generator>}'");
+                'filter2' => "$PERL -p -e '\$_ = \"\" if m{<meta:generator>}'",
+                'ignore_failure' => 1);
 
 my $xls_codepage_filter = "$PERL -p -e '\$_ = \"\" if m{<meta:user-defined meta:name=.msole:codepage.}'";
 


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