summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-01-31 23:33:15 +0100
committerMichael Stahl <mstahl@redhat.com>2013-01-31 23:47:37 +0100
commitb5592cb22dfa473ce5683f95118287f2bde63c13 (patch)
treeb0566c246b63736c67e66f5a6ef34ff5c238651b /sc
parent0799130b0ba954715d00feb93cef83dd48e29889 (diff)
ScExportTest: enable testPasswordExport on WNT
With the previous commit it appears to work now. Change-Id: Ifa2c69c6e8617461ec2098ecc959e99a4812565e
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/subsequent_export-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index f43560e47647..3fd6427eb045 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -81,7 +81,7 @@ public:
CPPUNIT_TEST_SUITE(ScExportTest);
CPPUNIT_TEST(test);
-#if !defined(MACOSX) && !defined(DRAGONFLY) && !defined(WNT)
+#if !defined(MACOSX) && !defined(DRAGONFLY)
CPPUNIT_TEST(testPasswordExport);
#endif
CPPUNIT_TEST(testConditionalFormatExportXLSX);