summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-05-10 09:29:50 +0100
committerNoel Power <noel.power@suse.com>2013-05-10 09:29:50 +0100
commit064457db3ede211d3130f42c9dfaa17ea24a6aa5 (patch)
treef7e86fcbd43ab47aa85b73f83b76dcb0bceedac7 /sc/qa
parentaf3570928f5572521ffadae299b45115522b8576 (diff)
temporarily disable unit test that fails on windows
Change-Id: Id3cc26b6fbb1ec0ddacf7228e1c147085db415e1
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/extras/macros-test.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/qa/extras/macros-test.cxx b/sc/qa/extras/macros-test.cxx
index 9fc81474cb73..65f7d01712d1 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;