Kaydet (Commit) 7ed9e024 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

these test should not have been disabled

üst ad72a47d
...@@ -219,7 +219,6 @@ public: ...@@ -219,7 +219,6 @@ public:
void testFindAreaPosColRight(); void testFindAreaPosColRight();
CPPUNIT_TEST_SUITE(Test); CPPUNIT_TEST_SUITE(Test);
#if 0
CPPUNIT_TEST(testCollator); CPPUNIT_TEST(testCollator);
CPPUNIT_TEST(testInput); CPPUNIT_TEST(testInput);
CPPUNIT_TEST(testCellFunctions); CPPUNIT_TEST(testCellFunctions);
...@@ -261,7 +260,6 @@ public: ...@@ -261,7 +260,6 @@ public:
CPPUNIT_TEST(testAutoFill); CPPUNIT_TEST(testAutoFill);
CPPUNIT_TEST(testCopyPasteFormulas); CPPUNIT_TEST(testCopyPasteFormulas);
CPPUNIT_TEST(testCopyPasteFormulasExternalDoc); CPPUNIT_TEST(testCopyPasteFormulasExternalDoc);
#endif
CPPUNIT_TEST(testFindAreaPosRowDown); CPPUNIT_TEST(testFindAreaPosRowDown);
CPPUNIT_TEST(testFindAreaPosColRight); CPPUNIT_TEST(testFindAreaPosColRight);
CPPUNIT_TEST_SUITE_END(); CPPUNIT_TEST_SUITE_END();
......
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