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

Noel Power noel.power at suse.com
Fri May 10 01:30:40 PDT 2013


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

New commits:
commit 064457db3ede211d3130f42c9dfaa17ea24a6aa5
Author: Noel Power <noel.power at suse.com>
Date:   Fri May 10 09:29:50 2013 +0100

    temporarily disable unit test that fails on windows
    
    Change-Id: Id3cc26b6fbb1ec0ddacf7228e1c147085db415e1

diff --git a/sc/qa/extras/macros-test.cxx b/sc/qa/extras/macros-test.cxx
index 9fc8147..65f7d01 100644
--- a/sc/qa/extras/macros-test.cxx
+++ b/sc/qa/extras/macros-test.cxx
@@ -175,10 +175,12 @@ void ScMacrosTest::testVba()
             OUString("MiscControlTests."),
             OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document")
         },
+#if 0
         {
             OUString("Workbooks."),
             OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document")
         },
+#endif
     };
     OUString sTempDir;
     OUString sTempDirURL;


More information about the Libreoffice-commits mailing list