[Libreoffice-commits] .: sc/qa

Robert Nagy rnagy at kemper.freedesktop.org
Sun Jun 5 07:27:45 PDT 2011


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

New commits:
commit 969eb30006817639100375728c35489768e2b9f5
Author: Robert Nagy <robert at openbsd.org>
Date:   Sun Jun 5 16:26:18 2011 +0200

    testCVEs is still broken, disable it on OpenBSD, let linux hide the bugs

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index c43eb01..fca7947 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -285,7 +285,9 @@ public:
     CPPUNIT_TEST(testGraphicsInGroup);
     CPPUNIT_TEST(testStreamValid);
     CPPUNIT_TEST(testFunctionLists);
+#if !defined(__OpenBSD__)
     CPPUNIT_TEST(testCVEs);
+#endif
     CPPUNIT_TEST(testToggleRefFlag);
     CPPUNIT_TEST_SUITE_END();
 


More information about the Libreoffice-commits mailing list