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:
Jan-Marek Glogowski
2014-03-20 12:00:04 +01:00
committed by Miklos Vajna
parent 3ff5af221e
commit c4e73335b4

View File

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