sw/qa/extras/ww8import/ww8import.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 26dd67e6e8809077e2e2bc0e7b291b44abed36e0 Author: Matúš Kukan <[email protected]> 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 <[email protected]> Tested-by: David Tardon <[email protected]> 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();
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
