disable new test on win and mac since it is a test with UI
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user