[Libreoffice-commits] core.git: sw/qa
Miklos Vajna
vmiklos at collabora.co.uk
Fri Jun 20 05:54:52 PDT 2014
sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit f75b2bf96efada53c47dee3deeb8751c2ee6937f
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Fri Jun 20 14:52:43 2014 +0200
CppunitTest_sw_ooxmlsdrexport: this define should no longer be necessary
Change-Id: I5e4540b5bf47dde53021a300118052da47b90eff
diff --git a/sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx
index 20ee7c3..b7ecbfe 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx
@@ -1548,11 +1548,8 @@ 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