summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2011-10-27 16:46:45 +0100
committerNoel Power <noel.power@novell.com>2011-10-27 16:47:19 +0100
commitd3c18a6436e5e27f9d229a3b80a25d61d599461f (patch)
treed530c4578bac1e45dc2c3776943b9df9290eba27 /sc
parentc90728896ae050014357f89c4ab93f7e92afb2ee (diff)
attempt to disable macro_test tests for macosx
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/macros-test.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/macros-test.cxx b/sc/qa/unit/macros-test.cxx
index a971d2068272..a58c92d25f4b 100644
--- a/sc/qa/unit/macros-test.cxx
+++ b/sc/qa/unit/macros-test.cxx
@@ -125,15 +125,15 @@ public:
void testStarBasic();
void testVba();
-
CPPUNIT_TEST_SUITE(ScMacrosTest);
+#ifndef MACOSX
//enable this test if you want to play with star basic macros in unit tests
//works but does nothing useful yet
CPPUNIT_TEST(testStarBasic);
//enable if you want to hack vba support for unit tests
//does not work, still problems during loading
CPPUNIT_TEST(testVba);
-
+#endif
CPPUNIT_TEST_SUITE_END();