[Libreoffice-commits] .: sc/qa
François Tigeot
ftigeot at kemper.freedesktop.org
Fri Nov 25 00:42:32 PST 2011
sc/qa/unit/filters-test.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit eda3e5dcb63e6bce71df2c1c941eacd7f0c79191
Author: François Tigeot <ftigeot at wolfpond.org>
Date: Fri Nov 25 09:41:25 2011 +0100
Disable password test on DragonFly
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx
index 587b71e..7fb1d5e 100644
--- a/sc/qa/unit/filters-test.cxx
+++ b/sc/qa/unit/filters-test.cxx
@@ -200,7 +200,8 @@ public:
CPPUNIT_TEST(testBugFixesXLS);
CPPUNIT_TEST(testBugFixesXLSX);
//disable testPassword on MacOSX due to problems with libsqlite3
-#if !defined(MACOSX)
+ //also crashes on DragonFly due to problems with nss/nspr headers
+#if !defined(MACOSX) && !defined(DRAGONFLY)
CPPUNIT_TEST(testPassword);
#endif
More information about the Libreoffice-commits
mailing list