[Libreoffice-commits] .: sc/qa

Noel Power noelp at kemper.freedesktop.org
Thu Oct 27 08:43:46 PDT 2011


 sc/qa/unit/macros-test.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d3c18a6436e5e27f9d229a3b80a25d61d599461f
Author: Noel Power <noel.power at novell.com>
Date:   Thu Oct 27 16:46:45 2011 +0100

    attempt to disable macro_test tests for macosx

diff --git a/sc/qa/unit/macros-test.cxx b/sc/qa/unit/macros-test.cxx
index a971d20..a58c92d 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();
 


More information about the Libreoffice-commits mailing list