summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-11-10 13:00:24 +0100
committerJan Holesovsky <kendy@collabora.com>2014-11-10 16:33:15 +0100
commitcb3b282dac04178ac21334b70f03a4acecb65354 (patch)
tree5c149dd91285b41cd0a45f403e328343fd73bd23 /sc
parent726e1a49bd40d98ffcfba760a08c503b096c79bd (diff)
Revert "Disable problematic sorting test that depends on the old default."
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/filters-test.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx
index 877770af5572..f8a911f422b2 100644
--- a/sc/qa/unit/filters-test.cxx
+++ b/sc/qa/unit/filters-test.cxx
@@ -561,10 +561,6 @@ void ScFiltersTest::testEnhancedProtectionXLSX()
void ScFiltersTest::testSortWithSharedFormulasODS()
{
- // This depends on the old 'new' sorting default, and from this
- // test it is overly hard to change that setting cleanly, so
- // disable for now until we can re-work this test.
-#if 0
ScDocShellRef xDocSh = loadDoc("shared-formula/sort-crash.", ODS, true);
CPPUNIT_ASSERT(xDocSh.Is());
ScDocument& rDoc = xDocSh->GetDocument();
@@ -610,7 +606,6 @@ void ScFiltersTest::testSortWithSharedFormulasODS()
CPPUNIT_ASSERT_EQUAL(static_cast<SCROW>(15), pFC->GetSharedLength());
xDocSh->DoClose();
-#endif
}
// https://bugs.freedesktop.org/attachment.cgi?id=100089 from fdo#77018