[Libreoffice-commits] .: sc/qa
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Nov 8 05:17:04 PST 2011
sc/qa/unit/macros-test.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e6c7a339c4ef9cc5bf8b5b36f5046b27e784c8d2
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Nov 8 13:14:15 2011 +0000
exclude windows for now as well
diff --git a/sc/qa/unit/macros-test.cxx b/sc/qa/unit/macros-test.cxx
index 22faa26..658a603 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);
More information about the Libreoffice-commits
mailing list