CppunitTest_sw_ooxmlsdrexport: this define should no longer be necessary
Change-Id: I5e4540b5bf47dde53021a300118052da47b90eff
This commit is contained in:
@@ -1548,11 +1548,8 @@ DECLARE_OOXMLEXPORT_TEST(testFDO77122, "LinkedTextBoxes.docx")
|
|||||||
if (!pXmlDoc)
|
if (!pXmlDoc)
|
||||||
return;
|
return;
|
||||||
//ensure that the text box links are preserved.
|
//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:txbx[1]", "id", "1");
|
||||||
assertXPath(pXmlDoc, "//wps:linkedTxbx[1]", "id", "1");
|
assertXPath(pXmlDoc, "//wps:linkedTxbx[1]", "id", "1");
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
DECLARE_OOXMLEXPORT_TEST(test76734_2K7, "test76734_2K7.docx")
|
DECLARE_OOXMLEXPORT_TEST(test76734_2K7, "test76734_2K7.docx")
|
||||||
|
Reference in New Issue
Block a user