summaryrefslogtreecommitdiff
path: root/dbaccess/qa
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-02-12 20:14:07 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-02-12 20:14:56 +0100
commit699eae5bd35fe0dc9dd98a9a2b74f37c0ef55d9c (patch)
treea54c25760fbbfe7adf0d99b69a3ad1e96f30ac57 /dbaccess/qa
parentb97bdba24e11becc12b9731605727e1e1166a34c (diff)
disable new test on win and mac since it is a test with UI
Diffstat (limited to 'dbaccess/qa')
-rw-r--r--dbaccess/qa/extras/macros-test.cxx2
1 files changed, 2 insertions, 0 deletions
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: