[Libreoffice-commits] core.git: sw/qa
Miklos Vajna
vmiklos at collabora.co.uk
Sun Jun 15 04:45:29 PDT 2014
sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 76f0a1307f779faf4f590fefafc445c077a39f26
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Sun Jun 15 13:42:57 2014 +0200
CppunitTest_sw_ooxmlsdrexport: disable testFDO77122 on Mac for now
Change-Id: I1c87406d9b23e36d35e2ef2e62f9f7b4d209e381
diff --git a/sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx
index 5157234..bff87a9 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx
@@ -1482,8 +1482,11 @@ DECLARE_OOXMLEXPORT_TEST(testFDO77122, "LinkedTextBoxes.docx")
if (!pXmlDoc)
return;
//ensure that the text box links are preserved.
+ // FIXME why does this fail on Mac?
+#if !defined(MACOSX)
assertXPath(pXmlDoc, "//wps:txbx[1]", "id", "1");
assertXPath(pXmlDoc, "//wps:linkedTxbx[1]", "id", "1");
+#endif
}
DECLARE_OOXMLEXPORT_TEST(test76734_2K7, "test76734_2K7.docx")
More information about the Libreoffice-commits
mailing list