CppunitTest_sw_ooxmlsdrexport: this define should no longer be necessary
Change-Id: I5e4540b5bf47dde53021a300118052da47b90eff
This commit is contained in:
parent
3ea80a4686
commit
f75b2bf96e
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user