[Libreoffice-commits] .: svl/qa

Stephan Bergmann sbergmann at kemper.freedesktop.org
Tue Jan 17 02:49:15 PST 2012


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

New commits:
commit bd8851e3193692357165bf065de6e9a0b9fd726c
Author: Stephan Bergmann <sbergman at 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 },


More information about the Libreoffice-commits mailing list