Kaydet (Commit) 05a940f9 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

testContentXLSXStrict was left out by accident?

...and completely comment out commented-out testContentXLS_XML

Change-Id: I24d149bb7b16d1d36b388a39e719b6b9ead142c2
üst 065a1aa0
...@@ -66,7 +66,7 @@ public: ...@@ -66,7 +66,7 @@ public:
void testContentXLSXStrict(); // strict OOXML void testContentXLSXStrict(); // strict OOXML
void testContentLotus123(); void testContentLotus123();
void testContentDIF(); void testContentDIF();
void testContentXLS_XML(); //void testContentXLS_XML();
void testSharedFormulaXLS(); void testSharedFormulaXLS();
void testSharedFormulaXLSX(); void testSharedFormulaXLSX();
void testLegacyCellAnchoredRotatedShape(); void testLegacyCellAnchoredRotatedShape();
...@@ -79,6 +79,7 @@ public: ...@@ -79,6 +79,7 @@ public:
CPPUNIT_TEST(testContentODS); CPPUNIT_TEST(testContentODS);
CPPUNIT_TEST(testContentXLS); CPPUNIT_TEST(testContentXLS);
CPPUNIT_TEST(testContentXLSX); CPPUNIT_TEST(testContentXLSX);
CPPUNIT_TEST(testContentXLSXStrict);
CPPUNIT_TEST(testContentLotus123); CPPUNIT_TEST(testContentLotus123);
CPPUNIT_TEST(testContentDIF); CPPUNIT_TEST(testContentDIF);
//CPPUNIT_TEST(testContentXLS_XML); //CPPUNIT_TEST(testContentXLS_XML);
...@@ -278,16 +279,16 @@ void ScFiltersTest::testContentDIF() ...@@ -278,16 +279,16 @@ void ScFiltersTest::testContentDIF()
xDocSh->DoClose(); xDocSh->DoClose();
} }
void ScFiltersTest::testContentXLS_XML() // void ScFiltersTest::testContentXLS_XML()
{ // {
ScDocShellRef xDocSh = loadDoc("universal-content.", XLS_XML); // ScDocShellRef xDocSh = loadDoc("universal-content.", XLS_XML);
CPPUNIT_ASSERT(xDocSh); // CPPUNIT_ASSERT(xDocSh);
//
ScDocument* pDoc = xDocSh->GetDocument(); // ScDocument* pDoc = xDocSh->GetDocument();
CPPUNIT_ASSERT(pDoc); // CPPUNIT_ASSERT(pDoc);
testContentImpl(pDoc, XLS_XML); // testContentImpl(pDoc, XLS_XML);
xDocSh->DoClose(); // xDocSh->DoClose();
} // }
void ScFiltersTest::testSharedFormulaXLS() void ScFiltersTest::testSharedFormulaXLS()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment