diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-06-30 15:57:26 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-07-01 11:21:10 +0200 |
commit | 110a500b68bbc9010cf1cf896ef611c397c27d6f (patch) | |
tree | 15d20380b6fdb262006c1114b0ae511a70fac344 /sd | |
parent | b020026741d8bdd511c5eb310e3e8b11ce297b61 (diff) |
re-enable unit tests accidentally disabled with HAVE_FEATURE_ATL
Macro is only true on WNT, but the tests should be enabled then.
Change-Id: Ife5657c8204c9906afd42b4b4671a7fa6356a748
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/export-tests.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/qa/unit/export-tests.cxx b/sd/qa/unit/export-tests.cxx index 5d79439eeb57..56de43967e21 100644 --- a/sd/qa/unit/export-tests.cxx +++ b/sd/qa/unit/export-tests.cxx @@ -150,7 +150,7 @@ public: void testFdo90607(); void testTdf91378(); //This test gives errors due to ATL -#if HAVE_FEATURE_ATL +#if HAVE_FEATURE_ATL || !defined(_WIN32) void testBnc822341(); #endif void testMathObject(); @@ -197,7 +197,7 @@ public: CPPUNIT_TEST(testTransparentBackground); CPPUNIT_TEST(testTdf91378); //This test gives errors due to ATL -#if HAVE_FEATURE_ATL +#if HAVE_FEATURE_ATL || !defined(_WIN32) CPPUNIT_TEST(testBnc822341); #endif CPPUNIT_TEST(testMathObject); @@ -1139,7 +1139,7 @@ void SdExportTest::testTdf91378() } //This test gives errors due to ATL -#if HAVE_FEATURE_ATL +#if HAVE_FEATURE_ATL || !defined(_WIN32) void SdExportTest::testBnc822341() { // Check import / export of embedded text document |