disable new test on win and mac since it is a test with UI

This commit is contained in:
Markus Mohrhard
2012-02-12 20:14:07 +01:00
parent b97bdba24e
commit 699eae5bd3

View File

@@ -59,7 +59,9 @@ public:
void test();
CPPUNIT_TEST_SUITE(DBAccessTest);
#if !defined(MACOSX) && !defined(WNT)
CPPUNIT_TEST(test);
#endif
CPPUNIT_TEST_SUITE_END();
private: