[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/qa

Kohei Yoshida kohei.yoshida at gmail.com
Tue May 21 19:24:26 PDT 2013


 sc/qa/unit/ucalc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 75e1b3863b373f8a8b42f4d695f4fbe317c8fcf4
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Tue May 21 22:22:26 2013 -0400

    Hopefully this will disable testPerf for Windows too... Untested.
    
    Change-Id: I6d06b8e2b3cdb22948e606a7d928c57ea9347cea

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index c48d310..dcce938 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -283,7 +283,7 @@ public:
     void testCondFormatINSDEL();
 
     CPPUNIT_TEST_SUITE(Test);
-#ifndef DBG_UTIL
+#if !defined(DBG_UTIL) && !defined(_WIN32_WINNT)
     CPPUNIT_TEST(testPerf);
 #endif
     CPPUNIT_TEST(testCollator);


More information about the Libreoffice-commits mailing list