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

Zolnai Tamás tamas.zolnai at collabora.com
Mon Dec 22 09:08:26 PST 2014


 sd/qa/unit/export-tests.cxx |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit 6eb059a56d6575496265e4c552f79e8946640d52
Author: Zolnai Tamás <tamas.zolnai at collabora.com>
Date:   Mon Dec 22 18:06:37 2014 +0100

    This test fails for Windows, so skip it for now.
    
    Change-Id: I33e480e756cd5cc88e119b47022646a4db3f4f96

diff --git a/sd/qa/unit/export-tests.cxx b/sd/qa/unit/export-tests.cxx
index 9f00db1..19c5ed3 100644
--- a/sd/qa/unit/export-tests.cxx
+++ b/sd/qa/unit/export-tests.cxx
@@ -81,7 +81,9 @@ public:
     void testSwappedOutImageExport();
     void testLinkedGraphicRT();
     void testImageWithSpecialID();
+#if !defined WNT
     void testBnc822341();
+#endif
 
     CPPUNIT_TEST_SUITE(SdExportTest);
     CPPUNIT_TEST(testN821567);
@@ -101,7 +103,9 @@ public:
     CPPUNIT_TEST(testSwappedOutImageExport);
     CPPUNIT_TEST(testLinkedGraphicRT);
     CPPUNIT_TEST(testImageWithSpecialID);
+#if !defined WNT
     CPPUNIT_TEST(testBnc822341);
+#endif
     CPPUNIT_TEST_SUITE_END();
 };
 
@@ -722,6 +726,8 @@ void SdExportTest::testImageWithSpecialID()
     }
 }
 
+#if !defined WNT
+
 void SdExportTest::testBnc822341()
 {
     // Check import / export of embedded text document
@@ -757,6 +763,8 @@ void SdExportTest::testBnc822341()
     xDocShRef->DoClose();
 }
 
+#endif
+
 CPPUNIT_TEST_SUITE_REGISTRATION(SdExportTest);
 
 CPPUNIT_PLUGIN_IMPLEMENT();


More information about the Libreoffice-commits mailing list