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

New commits:
commit 80648e06cac011c01e624cba91ce71fdf431e78a
Author: Kohei Yoshida <kohei.yosh...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to