diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-10-05 21:42:35 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-10-05 21:42:35 +0200 |
commit | 3086838ebffe99cdcec41b927378cdb5e1b5c0e0 (patch) | |
tree | b1c4e371f09e7330eeb2091a70e12241de3e0774 /sc | |
parent | fef8e18f896b02ebe42407fb9b5341f9884d1ccb (diff) |
enable the star basic test to see if it causes troubles anywhere
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/filters-test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx index 6f8c1e2ce844..cc866c4c2368 100644 --- a/sc/qa/unit/filters-test.cxx +++ b/sc/qa/unit/filters-test.cxx @@ -176,7 +176,7 @@ public: CPPUNIT_TEST(testBugFixesXLSX); //enable this test if you want to play with star basic macros in unit tests //works but does nothing useful yet - //CPPUNIT_TEST(testStarBasic); + CPPUNIT_TEST(testStarBasic); //enable if you want to hack vba support for unit tests //does not work, still problems during loading //CPPUNIT_TEST(testVba); |