[gnumeric] t650[57]: add ods-strict tests.



commit 6494448a676899765bdff09638c1924f3db48bde
Author: Morten Welinder <terra gnome org>
Date:   Sun Sep 4 09:32:51 2022 -0400

    t650[57]: add ods-strict tests.

 test/t6505-colrow.pl      | 9 +++++++++
 test/t6507-split-panes.pl | 9 +++++++++
 2 files changed, 18 insertions(+)
---
diff --git a/test/t6505-colrow.pl b/test/t6505-colrow.pl
index 2b1fb14b5..8b23935d6 100755
--- a/test/t6505-colrow.pl
+++ b/test/t6505-colrow.pl
@@ -22,6 +22,15 @@ if (&subtest ("ods")) {
                     'filter2' => 'std:drop_generator');
 }
 
+if (&subtest ("ods-strict")) {
+    &message ("Check string ods strict-conformance roundtrip.");
+    &test_roundtrip ($file,
+                    'format' => 'Gnumeric_OpenCalc:openoffice',
+                    'ext' => "ods",
+                    'filter1' => 'std:ods_strict',
+                    'filter2' => 'std:drop_generator | std:ods_strict');
+}
+
 if (&subtest ("biff7")) {
     &message ("Check col/row info xls/BIFF7 roundtrip.");
     &test_roundtrip ($file,
diff --git a/test/t6507-split-panes.pl b/test/t6507-split-panes.pl
index b1791b924..b2982e78e 100755
--- a/test/t6507-split-panes.pl
+++ b/test/t6507-split-panes.pl
@@ -22,6 +22,15 @@ if (&subtest ("ods")) {
                     'filter2' => 'std:drop_generator');
 }
 
+if (&subtest ("ods-strict")) {
+    &message ("Check string ods strict-conformance roundtrip.");
+    &test_roundtrip ($file,
+                    'format' => 'Gnumeric_OpenCalc:openoffice',
+                    'ext' => "ods",
+                    'filter1' => 'std:ods_strict',
+                    'filter2' => 'std:drop_generator | std:ods_strict');
+}
+
 if (&subtest ("biff7")) {
     &message ("Check split-panes xls/BIFF7 roundtrip.");
     &test_roundtrip ($file,


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