svl/qa/unit/test_URIHelper.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit bd8851e3193692357165bf065de6e9a0b9fd726c
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Jan 17 11:49:06 2012 +0100

    Make test code compile on Mac OS X.

diff --git a/svl/qa/unit/test_URIHelper.cxx b/svl/qa/unit/test_URIHelper.cxx
index d7cc5ab..380cbf5 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 },
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to