[Libreoffice-commits] core.git: sc/qa
Eike Rathke
erack at redhat.com
Mon Apr 28 10:12:51 PDT 2014
sc/qa/unit/subsequent_export-test.cxx | 7 +++++++
1 file changed, 7 insertions(+)
New commits:
commit f60d4c758ab94bfb55990ca0975de91e22f8265b
Author: Eike Rathke <erack at redhat.com>
Date: Mon Apr 28 18:11:16 2014 +0100
temporarily disable export to ODS due to derailed validator
Change-Id: Ib2e6ce3f2663242eebbf1cfa3fc04c57468194bf
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index 43052d0..c1ca64d 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -133,7 +133,14 @@ public:
CPPUNIT_TEST(testSharedFormulaStringResultExportXLSX);
CPPUNIT_TEST(testFunctionsExcel2010XLSX);
CPPUNIT_TEST(testFunctionsExcel2010XLS);
+
+ /* TODO: export to ODS currently (2014-04-28) makes the validator stumble,
+ * probably due to a loext:fill-character attribute in a
+ * <number:number-style> element (says number:text tag would not be
+ * allowed, which is nonsense). Skip this test until solved. */
+#if 0
CPPUNIT_TEST(testFunctionsExcel2010ODS);
+#endif
CPPUNIT_TEST_SUITE_END();
More information about the Libreoffice-commits
mailing list