diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-01 11:02:45 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-01 11:02:45 -0400 |
commit | 06899e6b77f5ca878ba7fd8b60bb62f5f97e90a2 (patch) | |
tree | 05f7fc3d50bf7fa1990cb78f9e276cf1d9388e44 /sc/qa/unit/macros-test.cxx | |
parent | fc1116452095e95616210bde60de0c0d6ed3e953 (diff) |
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!?
Diffstat (limited to 'sc/qa/unit/macros-test.cxx')
-rw-r--r-- | sc/qa/unit/macros-test.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/qa/unit/macros-test.cxx b/sc/qa/unit/macros-test.cxx index aff5bc537e28..22faa26cf915 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(); |