summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-03-11 17:29:20 +0000
committerNoel Power <noel.power@suse.com>2013-03-11 17:29:20 +0000
commit30a5db17751ded87ca4c0f7203aa0d01dae6259d (patch)
treef719e98b9404962635c5c631e9e77347e9e0e965 /basic
parent5463610a2c44ebfd7b42697187eb4b619dd5a988 (diff)
don't even attempt the ole related test except on windows
Change-Id: I971cf33e96c435cd3fa27766e79c2638b69eecb5
Diffstat (limited to 'basic')
-rw-r--r--basic/qa/cppunit/test_vba.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/basic/qa/cppunit/test_vba.cxx b/basic/qa/cppunit/test_vba.cxx
index 5b56ea63f204..703884f70e11 100644
--- a/basic/qa/cppunit/test_vba.cxx
+++ b/basic/qa/cppunit/test_vba.cxx
@@ -28,8 +28,10 @@ namespace
// Declares the method as a test to call
CPPUNIT_TEST(testMiscVBAFunctions);
+// not much point even trying to run except on windows
+#if defined(WNT)
CPPUNIT_TEST(testObjAssignWithDefaultMember);
- //CPPUNIT_TEST(testOle);
+#endif
// End of test suite definition
CPPUNIT_TEST_SUITE_END();