[Libreoffice-commits] core.git: sc/qa

Noel Power noel.power at suse.com
Tue Mar 12 09:08:10 PDT 2013


 sc/qa/extras/macros-test.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 15366dbf24311734a8eae4fb7e7dadaeec12ee56
Author: Noel Power <noel.power at suse.com>
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);


More information about the Libreoffice-commits mailing list