Kaydet (Commit) d3c18a64 authored tarafından Noel Power's avatar Noel Power

attempt to disable macro_test tests for macosx

üst c9072889
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment