summaryrefslogtreecommitdiff
path: root/svl/qa
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-01-17 11:49:06 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-01-17 11:49:06 +0100
commitbd8851e3193692357165bf065de6e9a0b9fd726c (patch)
tree4b2fc3919f8736fbaa0e8abb75513d58a4dc742e /svl/qa
parent506aee902eca1aa3c08d67b7e1d8969e2707e030 (diff)
Make test code compile on Mac OS X.
Diffstat (limited to 'svl/qa')
-rw-r--r--svl/qa/unit/test_URIHelper.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svl/qa/unit/test_URIHelper.cxx b/svl/qa/unit/test_URIHelper.cxx
index d7cc5ab9b768..380cbf56e645 100644
--- a/svl/qa/unit/test_URIHelper.cxx
+++ b/svl/qa/unit/test_URIHelper.cxx
@@ -337,8 +337,7 @@ void Test::testFindFirstURLInText() {
//Sync with tools/source/fsys/urlobj.cxx and changeScheme
#ifdef LINUX
"smb://bla.bla.bla/blubber%2F", 7, 29 },
-#endif
-#ifdef WNT
+#else
"file://bla.bla.bla/blubber%2F", 7, 29 },
#endif
{ "http://sun.com", "http://sun.com/", 0, 14 },