[Libreoffice-commits] core.git: sc/qa

Jan Holesovsky kendy at collabora.com
Mon Nov 10 07:33:50 PST 2014


 sc/qa/unit/filters-test.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit cb3b282dac04178ac21334b70f03a4acecb65354
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Mon Nov 10 13:00:24 2014 +0100

    Revert "Disable problematic sorting test that depends on the old default."
    
    Not necessary after 447d523fa7c6c82476f9ee48e4b9c82cfad05c50.
    
    This reverts commit 7f86fc0b9835be4d2c3e98271b32454f8df427ec.

diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx
index 877770a..f8a911f 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


More information about the Libreoffice-commits mailing list