[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - sw/qa

Andras Timar andras.timar at collabora.com
Mon Nov 10 14:02:00 PST 2014


 sw/qa/extras/ww8export/ww8export.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit bc20268b0290cc1a3968121c12257c4be9fe3645
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon Nov 10 23:01:28 2014 +0100

    buildfix: sw ww8 export unit test
    
    Change-Id: I011bea4f6da37e180446447dee1b79eee7bbd918

diff --git a/sw/qa/extras/ww8export/ww8export.cxx b/sw/qa/extras/ww8export/ww8export.cxx
index b4037ed..ef3b04e 100644
--- a/sw/qa/extras/ww8export/ww8export.cxx
+++ b/sw/qa/extras/ww8export/ww8export.cxx
@@ -214,8 +214,6 @@ DECLARE_WW8EXPORT_TEST(testFdo59530, "fdo59530.doc")
     CPPUNIT_ASSERT_EQUAL(OUString("TextFieldEnd"), getProperty<OUString>(xPropertySet, "TextPortionType"));
 }
 
-#endif
-
 DECLARE_WW8EXPORT_TEST(testBnc636128, "bnc636128.doc")
 {
     // Import / export of FFData.cch was missing.
@@ -225,6 +223,8 @@ DECLARE_WW8EXPORT_TEST(testBnc636128, "bnc636128.doc")
     CPPUNIT_ASSERT_EQUAL(OUString("5"), xParameters->getByName("MaxLength").get<OUString>());
 }
 
+#endif
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list