[Libreoffice-commits] core.git: sc/qa

Markus Mohrhard markus.mohrhard at googlemail.com
Tue Aug 19 03:49:23 PDT 2014


 sc/qa/unit/subsequent_export-test.cxx |   11 -----------
 1 file changed, 11 deletions(-)

New commits:
commit 8ae264eb2f4bcd8cfdf6561857630c031cecd206
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue Aug 19 10:42:21 2014 +0200

    enable test after fixing the validation error
    
    Change-Id: I99cd2c23d640eef744b292d3643baab6d42d191f

diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index 8d9a67a..601b0d8 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -111,9 +111,7 @@ public:
     void testFunctionsExcel2010( sal_uLong nFormatType );
     void testFunctionsExcel2010XLSX();
     void testFunctionsExcel2010XLS();
-#if 0
     void testFunctionsExcel2010ODS();
-#endif
 
     void testRelativePaths();
     void testSheetProtection();
@@ -154,14 +152,7 @@ public:
     CPPUNIT_TEST(testRelativePaths);
 #endif
     CPPUNIT_TEST(testSheetProtection);
-
-    /* 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();
 
@@ -1983,12 +1974,10 @@ void ScExportTest::testSheetProtection()
     xDocSh2->DoClose();
 }
 
-#if 0
 void ScExportTest::testFunctionsExcel2010ODS()
 {
     testFunctionsExcel2010(ODS);
 }
-#endif
 
 ScExportTest::ScExportTest()
       : ScBootstrapFixture("/sc/qa/unit/data")


More information about the Libreoffice-commits mailing list