diff options
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/core/filters-test.cxx | 3 | ||||
-rw-r--r-- | sw/qa/core/makefile.mk | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sw/qa/core/filters-test.cxx b/sw/qa/core/filters-test.cxx index dcb51d7ea51c..1e09a0547972 100644 --- a/sw/qa/core/filters-test.cxx +++ b/sw/qa/core/filters-test.cxx @@ -126,11 +126,10 @@ void FiltersTest::testCVEs() #ifndef WNT bool bResult; -#if 0 bResult = testLoad(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("StarOffice XML (Writer)")), + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CXML")), m_aPWDURL + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/CVE/CVE-2006-3117-1.sxw"))); CPPUNIT_ASSERT_MESSAGE("CVE-2006-3117 regression", bResult == false); -#endif bResult = testLoad(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Rich Text Format")), rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("RTF")), diff --git a/sw/qa/core/makefile.mk b/sw/qa/core/makefile.mk index d8fd60b48191..c831e8722e2b 100644 --- a/sw/qa/core/makefile.mk +++ b/sw/qa/core/makefile.mk @@ -178,7 +178,12 @@ $(MISC)/$(TARGET)/services.rdb .ERRREMOVE : $(MISC)/$(TARGET)/udkapi.rdb makefil -c $(DLLPRE)ucpfile1$(DLLPOST) \ -c $(DLLPRE)unoxml$(DLLPOSTFIX)$(DLLPOST) \ -c $(DLLPRE)comphelp$(COMPHLP_MAJOR)$(COMID)$(DLLPOST) \ + -c $(DLLPRE)xstor$(DLLPOST) \ + -c $(DLLPRE)package2$(DLLPOST) \ + -c $(DLLPRE)xof$(DLLPOSTFIX)$(DLLPOST) \ + -c $(DLLPRE)utl$(DLLPOSTFIX)$(DLLPOST) \ -c stocservices.uno$(DLLPOST) \ + -c reflection.uno$(DLLPOST) \ -c i18npool.uno$(DLLPOST) \ -c sax.uno$(DLLPOST) |