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

Caolán McNamara caolanm at redhat.com
Mon Oct 10 19:49:41 UTC 2016


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

New commits:
commit e0d442b1995082fd28614d51b85cb4248ba8189d
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Oct 10 12:52:02 2016 +0100

    try enabling password tests on mac and windows
    
    Change-Id: I4054a3c285828f8c5a7d2c4b6e2716fd79c5fdf7
    Reviewed-on: https://gerrit.libreoffice.org/29666
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index 35da74f..8088e71 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -179,11 +179,9 @@ public:
     void testErrorOnExternalReferences();
 
     //misc tests unrelated to the import filters
-#if !defined(MACOSX) && !defined(DRAGONFLY) && !defined(_WIN32)
     void testPasswordNew();
     void testPasswordOld();
     void testPasswordWrongSHA();
-#endif
 
     //test shape import
     void testControlImport();
@@ -320,11 +318,9 @@ public:
 
     //disable testPassword on MacOSX due to problems with libsqlite3
     //also crashes on DragonFly due to problems with nss/nspr headers
-#if !defined(MACOSX) && !defined(DRAGONFLY) && !defined(_WIN32)
     CPPUNIT_TEST(testPasswordWrongSHA);
     CPPUNIT_TEST(testPasswordOld);
     CPPUNIT_TEST(testPasswordNew);
-#endif
 
     CPPUNIT_TEST(testMiscRowHeights);
     CPPUNIT_TEST(testOptimalHeightReset);
@@ -359,9 +355,7 @@ public:
     CPPUNIT_TEST_SUITE_END();
 
 private:
-#if !defined(MACOSX) && !defined(DRAGONFLY) && !defined(_WIN32)
     void testPassword_Impl(const OUString& rFileNameBase);
-#endif
 
     uno::Reference<uno::XInterface> m_xCalcComponent;
 };
@@ -1554,7 +1548,6 @@ void ScFiltersTest::testRowIndex1BasedXLSX()
     xDocSh->DoClose();
 }
 
-#if !defined(MACOSX) && !defined(DRAGONFLY) && !defined(_WIN32)
 void ScFiltersTest::testPassword_Impl(const OUString& aFileNameBase)
 {
     OUString aFileExtension(getFileFormats()[0].pName, strlen(getFileFormats()[0].pName), RTL_TEXTENCODING_UTF8 );
@@ -1608,7 +1601,6 @@ void ScFiltersTest::testPasswordWrongSHA()
     const OUString aFileNameBase("passwordWrongSHA.");
     testPassword_Impl(aFileNameBase);
 }
-#endif
 
 void ScFiltersTest::testControlImport()
 {


More information about the Libreoffice-commits mailing list