summaryrefslogtreecommitdiff
path: root/sc/qa/unit
diff options
context:
space:
mode:
authorFrançois Tigeot <ftigeot@wolfpond.org>2011-11-25 09:41:25 +0100
committerFrançois Tigeot <ftigeot@wolfpond.org>2011-11-25 09:42:09 +0100
commiteda3e5dcb63e6bce71df2c1c941eacd7f0c79191 (patch)
tree0f54ebf52fbf5103d98d5652693f83f99a138f98 /sc/qa/unit
parentfba911fea7b87e332b8db9e511b875feedbcb59c (diff)
Disable password test on DragonFly
Diffstat (limited to 'sc/qa/unit')
-rw-r--r--sc/qa/unit/filters-test.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx
index 587b71e2f550..7fb1d5ec3bfa 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