From 699eae5bd35fe0dc9dd98a9a2b74f37c0ef55d9c Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 12 Feb 2012 20:14:07 +0100 Subject: disable new test on win and mac since it is a test with UI --- dbaccess/qa/extras/macros-test.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dbaccess/qa') diff --git a/dbaccess/qa/extras/macros-test.cxx b/dbaccess/qa/extras/macros-test.cxx index 786202ba8abd..4be3e655c455 100644 --- a/dbaccess/qa/extras/macros-test.cxx +++ b/dbaccess/qa/extras/macros-test.cxx @@ -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: -- cgit