summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-06-07 05:07:19 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-06-07 05:07:19 +0200
commitb8970a4f955c712aef33308829260c7ff8dbe027 (patch)
treed8844ccbc08d8c88c658a439c922908918bc52ee /sc/qa
parent4c5e30555d20f17614f31c34a0b06fbca5f3fb02 (diff)
enable unit test testSheetMove
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/ucalc.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index fca79470837b..446e734b49cf 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -277,9 +277,7 @@ public:
CPPUNIT_TEST(testDataPilot);
CPPUNIT_TEST(testDataPilotFilters);
CPPUNIT_TEST(testSheetCopy);
-#if 0 // Disabled, first problem with ScProgress in ScDocument::MoveTab must be solved
CPPUNIT_TEST(testSheetMove);
-#endif
CPPUNIT_TEST(testExternalRef);
CPPUNIT_TEST(testDataArea);
CPPUNIT_TEST(testGraphicsInGroup);