summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2019-07-01 13:27:31 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2019-07-12 05:52:48 +0200
commit70ae581d103b599a321f513baba1158eeb2887f2 (patch)
tree185a4310bf12f049d0fbb403a525e602e0da539d /sw
parentdf4fe4504f6d966d1d92433862dc1baf2ba008d4 (diff)
MSForms: DOCX filter: reenable passing test
Change-Id: Ic82e2edddce7e46740f74f7b20bb849b6735a3b8 Reviewed-on: https://gerrit.libreoffice.org/75448 Tested-by: Jenkins Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx
index 3b7f928facdb..3d3c528ef41a 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx
@@ -510,14 +510,14 @@ DECLARE_OOXMLEXPORT_TEST(testTableStart2Sdt, "table-start-2-sdt.docx")
}
}
-/*DECLARE_OOXMLEXPORT_TEST(testSdtDateDuplicate, "sdt-date-duplicate.docx")
+DECLARE_OOXMLEXPORT_TEST(testSdtDateDuplicate, "sdt-date-duplicate.docx")
{
if (xmlDocPtr pXmlDoc = parseExport())
{
// Single <w:sdt> was exported as 2 <w:sdt> elements.
assertXPath(pXmlDoc, "//w:sdt", 1);
}
-}*/
+}
DECLARE_OOXMLEXPORT_TEST(testFdo81492, "fdo81492.docx")
{