Revert "CppunitTest_sw_ooxmlexport: disable failing check on Mac for now"
Re-enable the unit test with the fixed xPath expression.
This reverts commit 0e5f9958a5
.
Conflicts:
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
Change-Id: Ibc848b2ae89b3fb7f009cd984d0ecc5fc165673a
Reviewed-on: https://gerrit.libreoffice.org/8679
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
This commit is contained in:
committed by
Miklos Vajna
parent
3ff5af221e
commit
c4e73335b4
@@ -2872,11 +2872,7 @@ DECLARE_OOXMLEXPORT_TEST(testContentTypeXLSM, "fdo76098.docx")
|
||||
if (!pXmlDoc)
|
||||
return;
|
||||
|
||||
// FIXME why does this fail on Mac?
|
||||
#if !defined(MACOSX)
|
||||
assertXPath(pXmlDoc, "/ContentType:Types/ContentType:Override[@PartName='/word/embeddings/Microsoft_Excel_Macro-Enabled_Worksheet1.xlsm']", "ContentType", "application/vnd.ms-excel.sheet.macroEnabled.12");
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
DECLARE_OOXMLEXPORT_TEST(test76108, "test76108.docx")
|
||||
|
Reference in New Issue
Block a user