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

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

üst b97bdba2
......@@ -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:
......
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