[gnumeric] t6515: more tests.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] t6515: more tests.
- Date: Fri, 14 Mar 2014 17:29:40 +0000 (UTC)
commit bd12a93086c368449fd2a3f967e65e959f36390c
Author: Morten Welinder <terra gnome org>
Date: Fri Mar 14 13:23:42 2014 -0400
t6515: more tests.
Quite a few gremlins hidden here.
samples/cond-format-tests.gnumeric | Bin 2859 -> 3298 bytes
test/t6515-cond-format.pl | 9 ++++++---
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/samples/cond-format-tests.gnumeric b/samples/cond-format-tests.gnumeric
index 0f851f4..ea861b2 100644
Binary files a/samples/cond-format-tests.gnumeric and b/samples/cond-format-tests.gnumeric differ
diff --git a/test/t6515-cond-format.pl b/test/t6515-cond-format.pl
index f4a71dc..70764a4 100755
--- a/test/t6515-cond-format.pl
+++ b/test/t6515-cond-format.pl
@@ -16,7 +16,8 @@ my $file = "$samples/cond-format-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.}'";
@@ -25,13 +26,15 @@ my $xls_codepage_filter = "$PERL -p -e '\$_ = \"\" if m{<meta:user-defined meta:
'format' => 'Gnumeric_Excel:excel_biff7',
'ext' => "xls",
'resize' => '16384x256',
- 'filter2' => $xls_codepage_filter);
+ 'filter2' => $xls_codepage_filter,
+ 'ignore_failure' => 1);
&message ("Check conditional format xls/BIFF8 roundtrip.");
&test_roundtrip ($file,
'format' => 'Gnumeric_Excel:excel_biff8',
'ext' => "xls",
- 'filter2' => $xls_codepage_filter);
+ 'filter2' => $xls_codepage_filter,
+ 'ignore_failure' => 1);
&message ("Check conditional format xlsx roundtrip.");
&test_roundtrip ($file,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]