[Libreoffice-commits] .: sc/qa

Caolán McNamara caolan at kemper.freedesktop.org
Wed Mar 2 03:21:55 PST 2011


 sc/qa/unit/ucalc.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 73788ffb2117bd2f4119281b8d9a0dd6481f8c6b
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Mar 2 10:55:05 2011 +0000

    confirmed works under windows

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 8e74fc1..64fa897 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -423,9 +423,6 @@ 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")),
@@ -439,7 +436,6 @@ 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>


More information about the Libreoffice-commits mailing list