summaryrefslogtreecommitdiff
path: root/sc/qa/unit/subsequent_export-test.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-08-19 10:42:21 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-08-19 12:48:53 +0200
commit8ae264eb2f4bcd8cfdf6561857630c031cecd206 (patch)
tree53cdee820238b086f65eaf17ca6bccfa98fddc43 /sc/qa/unit/subsequent_export-test.cxx
parentb00ce3241ef6456d10af869b2bc07cf0db7618dd (diff)
enable test after fixing the validation error
Change-Id: I99cd2c23d640eef744b292d3643baab6d42d191f
Diffstat (limited to 'sc/qa/unit/subsequent_export-test.cxx')
-rw-r--r--sc/qa/unit/subsequent_export-test.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index 8d9a67a97712..601b0d89b87f 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")