[Libreoffice-commits] .: sc/qa

Kohei Yoshida kohei at kemper.freedesktop.org
Tue Nov 1 08:03:12 PDT 2011


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

New commits:
commit 06899e6b77f5ca878ba7fd8b60bb62f5f97e90a2
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 1 11:02:45 2011 -0400

    Re-enabling the macros test.
    
    It was due to those pesky .~lock* files preventing the test files from
    being loaded.  Maybe this is also what's breaking the mac os build!?

diff --git a/sc/qa/unit/macros-test.cxx b/sc/qa/unit/macros-test.cxx
index aff5bc5..22faa26 100644
--- a/sc/qa/unit/macros-test.cxx
+++ b/sc/qa/unit/macros-test.cxx
@@ -126,7 +126,6 @@ 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
@@ -135,7 +134,6 @@ 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