summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-08 13:14:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-08 13:16:44 +0000
commite6c7a339c4ef9cc5bf8b5b36f5046b27e784c8d2 (patch)
tree74b0495fa1fcb0cf19b12660f47a3fdc559460d6
parent5541912fed47994a428cafcb2675a5211ff47993 (diff)
exclude windows for now as well
-rw-r--r--sc/qa/unit/macros-test.cxx2
1 files changed, 1 insertions, 1 deletions
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);