summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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();