Kaydet (Commit) b5592cb2 authored tarafından Michael Stahl's avatar Michael Stahl

ScExportTest: enable testPasswordExport on WNT

With the previous commit it appears to work now.

Change-Id: Ifa2c69c6e8617461ec2098ecc959e99a4812565e
üst 0799130b
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment