[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sw/qa

Matúš Kukan matus.kukan at collabora.com
Mon Aug 18 10:31:35 PDT 2014


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

New commits:
commit 26dd67e6e8809077e2e2bc0e7b291b44abed36e0
Author: Matúš Kukan <matus.kukan at collabora.com>
Date:   Mon Aug 18 16:09:23 2014 +0200

    misplaced test from 5a454e5ed3f1: should be Linux only
    
    Change-Id: I32df6241f9b1259f1b563826a0d0b8e468ecf4bc
    Reviewed-on: https://gerrit.libreoffice.org/10997
    Reviewed-by: David Tardon <dtardon at redhat.com>
    Tested-by: David Tardon <dtardon at redhat.com>

diff --git a/sw/qa/extras/ww8import/ww8import.cxx b/sw/qa/extras/ww8import/ww8import.cxx
index 1e99ab8..7b06c86 100644
--- a/sw/qa/extras/ww8import/ww8import.cxx
+++ b/sw/qa/extras/ww8import/ww8import.cxx
@@ -334,14 +334,14 @@ DECLARE_WW8IMPORT_TEST(testFdp80333, "fdo80333.doc")
     CPPUNIT_ASSERT_EQUAL(table::ShadowLocation_NONE, aShadow.Location);
 }
 
-#endif
-
 DECLARE_WW8IMPORT_TEST(testBnc787942, "bnc787942.doc")
 {
     // The frame ended up on the second page instead of first.
     parseDump("/root/page[1]/body/txt[4]/anchored");
 }
 
+#endif
+
 
 CPPUNIT_PLUGIN_IMPLEMENT();
 


More information about the Libreoffice-commits mailing list