summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-03-26 00:31:01 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-03-26 03:22:49 +0200
commit891574788ad6ab612c1c2653c070ab8b7e297072 (patch)
tree287d859ce83aa8dc7313a63e4fbf41aa7cd05db8 /sc
parentda1a73fa0b3e5baf535333c0b344be2d3cb46e4f (diff)
disable password test onwindows for now
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/subsequent_filters-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index 4aac0fc100d9..7ff3ba0c8378 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -126,7 +126,7 @@ public:
CPPUNIT_TEST(testBugFixesXLSX);
//disable testPassword on MacOSX due to problems with libsqlite3
//also crashes on DragonFly due to problems with nss/nspr headers
-#if !defined(MACOSX) && !defined(DRAGONFLY)
+#if !defined(MACOSX) && !defined(DRAGONFLY) && !defined(WNT)
CPPUNIT_TEST(testPasswordOld);
CPPUNIT_TEST(testPasswordNew);
#endif