summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-11-04 12:23:06 +0100
committerMichael Stahl <mstahl@redhat.com>2014-11-04 12:23:06 +0100
commitbe7e9d72f4ca87476fbeda5bed48732244dc588b (patch)
treebd044b052545d59a9669233b5b5f2f2ac8c91183 /sw/qa
parent0ec92e9bc778d6edf3a349e7c89eac8850caef60 (diff)
sw: fix windows build
Change-Id: I24aedc513897579b3f3c3bf9884183a67b93cd39
Diffstat (limited to 'sw/qa')
-rw-r--r--sw/qa/extras/htmlexport/htmlexport.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/qa/extras/htmlexport/htmlexport.cxx b/sw/qa/extras/htmlexport/htmlexport.cxx
index faa3d4f5ebb4..15834feb1e33 100644
--- a/sw/qa/extras/htmlexport/htmlexport.cxx
+++ b/sw/qa/extras/htmlexport/htmlexport.cxx
@@ -162,8 +162,6 @@ DECLARE_HTMLEXPORT_TEST(testSkipImageEmbeddedDocument, "skipimage-embedded-docum
assertXPathContent(pDoc, "/html/body/p/span/p/span", "Inner.");
}
-#endif
-
DECLARE_HTMLEXPORT_TEST(testExportCheckboxRadioButtonState, "checkbox-radiobutton.doc")
{
htmlDocPtr pDoc = parseHtml(maTempFile);
@@ -183,6 +181,7 @@ DECLARE_HTMLEXPORT_TEST(testExportCheckboxRadioButtonState, "checkbox-radiobutto
assertXPath(pDoc, "/html/body/form/p[4]/input", "type", "radio");
// FIXME not in 4.3 assertXPathNoAttribute(pDoc, "/html/body/form/p[4]/input", "checked");
}
+#endif
CPPUNIT_PLUGIN_IMPLEMENT();