From e6c7a339c4ef9cc5bf8b5b36f5046b27e784c8d2 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 8 Nov 2011 13:14:15 +0000 Subject: exclude windows for now as well --- sc/qa/unit/macros-test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/qa/unit/macros-test.cxx b/sc/qa/unit/macros-test.cxx index 22faa26cf915..658a603d3dc5 100644 --- a/sc/qa/unit/macros-test.cxx +++ b/sc/qa/unit/macros-test.cxx @@ -126,7 +126,7 @@ public: void testStarBasic(); void testVba(); CPPUNIT_TEST_SUITE(ScMacrosTest); -#ifndef MACOSX +#if !defined(MACOSX) && !defined(WNT) //enable this test if you want to play with star basic macros in unit tests //works but does nothing useful yet CPPUNIT_TEST(testStarBasic); -- cgit