summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2014-03-20 12:00:04 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-03-20 12:50:55 +0000
commitc4e73335b4c9e1a98b9b14d1e4309ead689b177c (patch)
treec3286850aabe19fa0a52c364e144b1df60ed9c04 /sw
parent3ff5af221e76d3efead192d6598f94da797f4028 (diff)
Revert "CppunitTest_sw_ooxmlexport: disable failing check on Mac for now"
Re-enable the unit test with the fixed xPath expression. This reverts commit 0e5f9958a57a68a3707db5b1eb9f82e0326327c1. 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>
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
index 00deeb3e4d39..360c5022226c 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
@@ -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")