[Libreoffice-commits] .: sc/qa

Tor Lillqvist tml at kemper.freedesktop.org
Wed Jan 5 02:09:21 PST 2011


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

New commits:
commit a0ddb899ac96e54422e2002a38cf084ff832b938
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Wed Jan 5 12:07:53 2011 +0200

    Bypass test that fails on Windows for now

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index abb8dd4..a52495e 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -85,7 +85,9 @@ public:
     CPPUNIT_TEST(testSUM);
     CPPUNIT_TEST(testNamedRange);
     CPPUNIT_TEST(testCSV);
+#ifndef WNT
     CPPUNIT_TEST(testMatrix);
+#endif
     CPPUNIT_TEST_SUITE_END();
 
 private:


More information about the Libreoffice-commits mailing list