Kaydet (Commit) e33a3f29 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

disable the password test for some platforms

Change-Id: I31c91bec6807b699333f646d758078ce5e69570d
üst 4b419d30
......@@ -79,7 +79,9 @@ public:
CPPUNIT_TEST_SUITE(ScExportTest);
CPPUNIT_TEST(test);
#if !defined(MACOSX) && !defined(DRAGONFLY) && !defined(WNT)
CPPUNIT_TEST(testPasswordExport);
#endif
CPPUNIT_TEST_SUITE_END();
private:
......
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