[Libreoffice-commits] .: sc/qa

Kohei Yoshida kohei at kemper.freedesktop.org
Fri Oct 28 18:25:26 PDT 2011


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

New commits:
commit ca54c0361bc4501007a1a45d83a19f708ae3d5fd
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Fri Oct 28 21:24:21 2011 -0400

    Sorry, these tests fail for me on Linux. :-(

diff --git a/sc/qa/unit/macros-test.cxx b/sc/qa/unit/macros-test.cxx
index 22faa26..aff5bc5 100644
--- a/sc/qa/unit/macros-test.cxx
+++ b/sc/qa/unit/macros-test.cxx
@@ -126,6 +126,7 @@ public:
     void testStarBasic();
     void testVba();
     CPPUNIT_TEST_SUITE(ScMacrosTest);
+#if 0
 #ifndef MACOSX
     //enable this test if you want to play with star basic macros in unit tests
     //works but does nothing useful yet
@@ -134,6 +135,7 @@ public:
     //does not work, still problems during loading
     CPPUNIT_TEST(testVba);
 #endif
+#endif
 
     CPPUNIT_TEST_SUITE_END();
 


More information about the Libreoffice-commits mailing list