[gnumeric] t6517: add ods-strict tests.



commit e64faa24e5ecff74564f3afcf60c43a902db97b9
Author: Morten Welinder <terra gnome org>
Date:   Sun Sep 4 09:57:04 2022 -0400

    t6517: add ods-strict tests.

 test/t6517-names.pl | 9 +++++++++
 1 file changed, 9 insertions(+)
---
diff --git a/test/t6517-names.pl b/test/t6517-names.pl
index 4cb47bfcb..dfd03401a 100755
--- a/test/t6517-names.pl
+++ b/test/t6517-names.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 names xls/BIFF7 roundtrip.");
     &test_roundtrip ($file,


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