summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-02-18 09:27:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-02-21 21:07:24 +0000
commitbce2c326f58d6de1837b6ee35d3295e425761069 (patch)
treea0b07f00c2cce8c292b8dc654ef9fb35cd64a400 /sc/qa
parent04bd876d51d11506bf78b4497433c8186494ebd4 (diff)
leave disabled under windows for the moment
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/ucalc.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index b5b52709d206..3e75356cfeb1 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -423,6 +423,9 @@ bool Test::testLoad(const rtl::OUString &rFilter, const rtl::OUString &rURL)
void Test::testCVEs()
{
+//To-Do: I know this works on Linux, please check if this test works under
+//windows and enable it if so
+#ifndef WNT
bool bResult;
bResult = testLoad(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Quattro Pro 6.0")),
@@ -436,6 +439,7 @@ void Test::testCVEs()
bResult = testLoad(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Quattro Pro 6.0")),
m_aPWDURL + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/CVE/CVE-2007-5747-1.wb2")));
CPPUNIT_ASSERT_MESSAGE("CVE-2007-5747 regression", bResult == false);
+#endif
}
template<typename Evaluator>