diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-08-13 12:36:37 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-08-13 12:40:16 +0200 |
commit | 7ed9e024726747f9d0a70365c83ab619fac889e6 (patch) | |
tree | dac03084ebc2e054c633f620e6d0b1e7e3c0efaf /sc/qa | |
parent | ad72a47dbd16f65316432df71dffe3b9b835fcc7 (diff) |
these test should not have been disabled
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index 49beff893285..1d55a8400403 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -219,7 +219,6 @@ public: void testFindAreaPosColRight(); CPPUNIT_TEST_SUITE(Test); -#if 0 CPPUNIT_TEST(testCollator); CPPUNIT_TEST(testInput); CPPUNIT_TEST(testCellFunctions); @@ -261,7 +260,6 @@ public: CPPUNIT_TEST(testAutoFill); CPPUNIT_TEST(testCopyPasteFormulas); CPPUNIT_TEST(testCopyPasteFormulasExternalDoc); -#endif CPPUNIT_TEST(testFindAreaPosRowDown); CPPUNIT_TEST(testFindAreaPosColRight); CPPUNIT_TEST_SUITE_END(); |