CppunitTest_sw_ooxmlsdrexport: this define should no longer be necessary

Change-Id: I5e4540b5bf47dde53021a300118052da47b90eff
This commit is contained in:
Miklos Vajna 2014-06-20 14:52:43 +02:00
parent 3ea80a4686
commit f75b2bf96e

View File

@ -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")