[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.3' - sw/qa
Andras Timar
andras.timar at collabora.com
Mon Jan 12 08:32:40 PST 2015
sw/qa/extras/ww8export/ww8export.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b51b904b511dc3456446f4c4f62902da379198e4
Author: Andras Timar <andras.timar at collabora.com>
Date: Mon Jan 12 17:32:11 2015 +0100
build fix on OS X
Change-Id: I27dd8e78059c331f8126a6ba0dcfc3391907c600
diff --git a/sw/qa/extras/ww8export/ww8export.cxx b/sw/qa/extras/ww8export/ww8export.cxx
index 1a3f0b9..8d1cab4 100644
--- a/sw/qa/extras/ww8export/ww8export.cxx
+++ b/sw/qa/extras/ww8export/ww8export.cxx
@@ -355,7 +355,6 @@ DECLARE_WW8EXPORT_TEST(testBnc636128, "bnc636128.doc")
// This resulted in a container.NoSuchElementException.
CPPUNIT_ASSERT_EQUAL(OUString("5"), xParameters->getByName("MaxLength").get<OUString>());
}
-#endif
DECLARE_WW8EXPORT_TEST(testCommentedTable, "commented-table.doc")
{
@@ -368,6 +367,7 @@ DECLARE_WW8EXPORT_TEST(testCommentedTable, "commented-table.doc")
// After export and import, things got worse, this was "\nA1\nB1\nAfte".
CPPUNIT_ASSERT_EQUAL(OUString("fore." SAL_NEWLINE_STRING "A1" SAL_NEWLINE_STRING "B1" SAL_NEWLINE_STRING "Afte"), xField->getAnchor()->getString());
}
+#endif
CPPUNIT_PLUGIN_IMPLEMENT();
More information about the Libreoffice-commits
mailing list