summaryrefslogtreecommitdiff
path: root/sc/qa/unit
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2011-10-26 19:05:50 +0100
committerNoel Power <noel.power@novell.com>2011-10-26 19:10:14 +0100
commit8e68391fc99b34702d76526e6b3ab4720ac017e4 (patch)
treeb4919cceb41b56bbc35e7a74017309f19f6b2c42 /sc/qa/unit
parent9b4d493fb468b5a8b067f106b73f7378b8802df4 (diff)
more tweaks to unittests, also move registrymodifications.xcu
registrymodifications.xcu has been moved to the solver ( unittest/user/data ) new OOO_CONFIG_REGISTRY_EXTRA_DIR env var will be used to specify the directory 'data' will be contained in so we can override various config items.
Diffstat (limited to 'sc/qa/unit')
-rw-r--r--sc/qa/unit/macros-test.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/macros-test.cxx b/sc/qa/unit/macros-test.cxx
index 067a2559b924..a971d2068272 100644
--- a/sc/qa/unit/macros-test.cxx
+++ b/sc/qa/unit/macros-test.cxx
@@ -129,10 +129,10 @@ public:
CPPUNIT_TEST_SUITE(ScMacrosTest);
//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);
+ CPPUNIT_TEST(testVba);
CPPUNIT_TEST_SUITE_END();