summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-03-10 10:47:19 +0200
committerTor Lillqvist <tml@collabora.com>2015-03-10 12:15:45 +0200
commit653d7bdceac9e83b2e8e0ffcc457d5a5b514742d (patch)
tree5836dff996a9eddd7b1643df8479c17fa7b32afc /sc/qa
parent16b8fbb2e0c72ce321c9f569284f4ef37339af2c (diff)
Revert "Ifdef out testSharedFormulaXLS() for now, fails for me with ..."
"... OpenCL on CPU" I can't reproduce the problem any more. It was likely fixed by fa4ce83f567cfb735bdfd2319458585ded4cd554. This reverts commit 219f2dc83f40afb7470bffc307371925e8fae018. Change-Id: Ib6d3a42137bcf21b0edec2173cf483ade6104b0b
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/subsequent_filters-test.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index 7e96929d1137..fdf892e4ce8b 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -181,9 +181,7 @@ public:
void testSharedFormulaWrappedRefsXLS();
void testSharedFormulaBIFF5();
void testSharedFormulaXLSB();
-#if 0
void testSharedFormulaXLS();
-#endif
void testExternalRefCacheXLSX();
void testExternalRefCacheODS();
void testHybridSharedStringODS();
@@ -269,9 +267,7 @@ public:
CPPUNIT_TEST(testSharedFormulaWrappedRefsXLS);
CPPUNIT_TEST(testSharedFormulaBIFF5);
CPPUNIT_TEST(testSharedFormulaXLSB);
-#if 0
CPPUNIT_TEST(testSharedFormulaXLS);
-#endif
CPPUNIT_TEST(testExternalRefCacheXLSX);
CPPUNIT_TEST(testExternalRefCacheODS);
CPPUNIT_TEST(testHybridSharedStringODS);
@@ -2645,8 +2641,6 @@ void ScFiltersTest::testSharedFormulaXLSB()
xDocSh->DoClose();
}
-#if 0
-
void ScFiltersTest::testSharedFormulaXLS()
{
{
@@ -2703,8 +2697,6 @@ void ScFiltersTest::testSharedFormulaXLS()
}
}
-#endif
-
void ScFiltersTest::testExternalRefCacheXLSX()
{
ScDocShellRef xDocSh = loadDoc("external-refs.", XLSX);