summaryrefslogtreecommitdiff
path: root/sc/qa/extras
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-03-12 16:05:39 +0000
committerNoel Power <noel.power@suse.com>2013-03-12 16:07:22 +0000
commit15366dbf24311734a8eae4fb7e7dadaeec12ee56 (patch)
treea5a94c6ebf4addaf81cab6757244eb4ddde463dd /sc/qa/extras
parentddaf31f183fe3f2fbf76c1b87eb5a943dc6d833f (diff)
re-enable testStarBasic() & testVba() in for Windows ( macosx later )
Change-Id: I9f7621fdadbff1c7b1b3d0fbadf43715327e39d6
Diffstat (limited to 'sc/qa/extras')
-rw-r--r--sc/qa/extras/macros-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/extras/macros-test.cxx b/sc/qa/extras/macros-test.cxx
index 972b009de6b1..da29b141f94e 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);