Kaydet (Commit) b901d0ea authored tarafından Caolán McNamara's avatar Caolán McNamara

and fix up test for CVE-2006-3117

üst 31a4735d
sw sw : filter l10n connectivity writerperfect lotuswordpro vbahelper svx stoc writerfilter unoxml fileaccess NULL sw sw : filter l10n connectivity writerperfect lotuswordpro vbahelper svx stoc writerfilter unoxml fileaccess package NULL
sw sw usr1 - all sw_mkout NULL sw sw usr1 - all sw_mkout NULL
sw sw\inc nmake - all sw_inc NULL sw sw\inc nmake - all sw_inc NULL
sw sw\uiconfig\layout nmake - all sw_layout NULL sw sw\uiconfig\layout nmake - all sw_layout NULL
......
...@@ -126,11 +126,10 @@ void FiltersTest::testCVEs() ...@@ -126,11 +126,10 @@ void FiltersTest::testCVEs()
#ifndef WNT #ifndef WNT
bool bResult; bool bResult;
#if 0
bResult = testLoad(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("StarOffice XML (Writer)")), 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"))); m_aPWDURL + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/CVE/CVE-2006-3117-1.sxw")));
CPPUNIT_ASSERT_MESSAGE("CVE-2006-3117 regression", bResult == false); CPPUNIT_ASSERT_MESSAGE("CVE-2006-3117 regression", bResult == false);
#endif
bResult = testLoad(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Rich Text Format")), bResult = testLoad(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Rich Text Format")),
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("RTF")), rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("RTF")),
......
...@@ -178,7 +178,12 @@ $(MISC)/$(TARGET)/services.rdb .ERRREMOVE : $(MISC)/$(TARGET)/udkapi.rdb makefil ...@@ -178,7 +178,12 @@ $(MISC)/$(TARGET)/services.rdb .ERRREMOVE : $(MISC)/$(TARGET)/udkapi.rdb makefil
-c $(DLLPRE)ucpfile1$(DLLPOST) \ -c $(DLLPRE)ucpfile1$(DLLPOST) \
-c $(DLLPRE)unoxml$(DLLPOSTFIX)$(DLLPOST) \ -c $(DLLPRE)unoxml$(DLLPOSTFIX)$(DLLPOST) \
-c $(DLLPRE)comphelp$(COMPHLP_MAJOR)$(COMID)$(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 stocservices.uno$(DLLPOST) \
-c reflection.uno$(DLLPOST) \
-c i18npool.uno$(DLLPOST) \ -c i18npool.uno$(DLLPOST) \
-c sax.uno$(DLLPOST) -c sax.uno$(DLLPOST)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment