summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-18 22:59:46 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-19 02:52:38 +0100
commited398366d510024e32d7124315c6e432bbe4ed0c (patch)
tree2e599b913db90c82a0f0eafb4d7e8981b9821228 /sc
parent5e03999e937bc76f5020fa5b040bf403a5b37723 (diff)
remove libsqlite from macosx library path again and disable testPassword there
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/filters-test.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx
index 195d5ef12061..cb99cd12fe20 100644
--- a/sc/qa/unit/filters-test.cxx
+++ b/sc/qa/unit/filters-test.cxx
@@ -199,7 +199,10 @@ public:
CPPUNIT_TEST(testBugFixesODS);
CPPUNIT_TEST(testBugFixesXLS);
CPPUNIT_TEST(testBugFixesXLSX);
+ //disable testPassword on MacOSX due to problems with libsqlite3
+#if !defined(MACOSX)
CPPUNIT_TEST(testPassword);
+#endif
#if TEST_BUG_FILES
CPPUNIT_TEST(testBugFiles);