sc/qa/extras/macros-test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 15366dbf24311734a8eae4fb7e7dadaeec12ee56 Author: Noel Power <[email protected]> Date: Tue Mar 12 16:05:39 2013 +0000 re-enable testStarBasic() & testVba() in for Windows ( macosx later ) Change-Id: I9f7621fdadbff1c7b1b3d0fbadf43715327e39d6 diff --git a/sc/qa/extras/macros-test.cxx b/sc/qa/extras/macros-test.cxx index 972b009..da29b14 100644 --- a/sc/qa/extras/macros-test.cxx +++ b/sc/qa/extras/macros-test.cxx @@ -61,7 +61,7 @@ public: void testStarBasic(); void testVba(); CPPUNIT_TEST_SUITE(ScMacrosTest); -#if !defined(MACOSX) && !defined(WNT) +#if !defined(MACOSX) //enable this test if you want to play with star basic macros in unit tests //works but does nothing useful yet CPPUNIT_TEST(testStarBasic); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
