[gnumeric] Tests: remove ignore_failure where we can.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Tests: remove ignore_failure where we can.
- Date: Sat, 22 Mar 2014 02:45:32 +0000 (UTC)
commit 93f73f2139bdd50779dfe63aedb8a6fad506df2b
Author: Morten Welinder <terra gnome org>
Date: Fri Mar 21 22:42:16 2014 -0400
Tests: remove ignore_failure where we can.
test/t6511-solver.pl | 12 ++++--------
1 files changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/test/t6511-solver.pl b/test/t6511-solver.pl
index 1a7dd92..3f943b5 100755
--- a/test/t6511-solver.pl
+++ b/test/t6511-solver.pl
@@ -19,8 +19,7 @@ if (1) {
&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.}'";
@@ -33,8 +32,7 @@ if (1) {
'format' => 'Gnumeric_Excel:excel_biff7',
'ext' => "xls",
'resize' => '16384x256',
- 'filter2' => $xls_codepage_filter,
- 'ignore_failure' => 1);
+ 'filter2' => $xls_codepage_filter);
}
if (1) {
@@ -44,8 +42,7 @@ if (1) {
&test_roundtrip ($file,
'format' => 'Gnumeric_Excel:excel_biff8',
'ext' => "xls",
- 'filter2' => $xls_codepage_filter,
- 'ignore_failure' => 1);
+ 'filter2' => $xls_codepage_filter);
}
if (1) {
@@ -55,6 +52,5 @@ if (1) {
&test_roundtrip ($file,
'format' => 'Gnumeric_Excel:xlsx',
'ext' => "xlsx",
- 'resize' => '1048576x16384',
- 'ignore_failure' => 1);
+ 'resize' => '1048576x16384';
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]