[gnumeric] t6516: alternate direction for masking of auto-dash.



commit 4f798a7d74c20781d9b85afc15ba005b06667919
Author: Morten Welinder <terra gnome org>
Date:   Thu Apr 17 20:33:50 2014 -0400

    t6516: alternate direction for masking of auto-dash.

 test/t6516-graph.pl |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/test/t6516-graph.pl b/test/t6516-graph.pl
index b09a80d..70b46ea 100755
--- a/test/t6516-graph.pl
+++ b/test/t6516-graph.pl
@@ -13,12 +13,13 @@ my $file = "$samples/graph-tests.gnumeric";
                 'ext' => "gnm",
                 'ignore_failure' => 1);
 
-my $ods_auto_filter = "$PERL -p -e 's{auto-dash=\"0\" dash=\"solid\"}{auto-dash=\"1\"}'";
+my $ods_auto_filter = "$PERL -p -e 's{auto-dash=\"1\"}{auto-dash=\"0\" dash=\"solid\"}'";
 
 &message ("Check graph ods roundtrip.");
 &test_roundtrip ($file,
                 'format' => 'Gnumeric_OpenCalc:odf',
                 'ext' => "ods",
+                'filter1' => $ods_auto_filter,
                 'filter2' => "$ods_auto_filter | $PERL -p -e '\$_ = \"\" if m{<meta:generator>}'",
                 'ignore_failure' => 1);
 


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