summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 },