[Libreoffice-commits] .: sal/qa

François Tigeot ftigeot at kemper.freedesktop.org
Mon Sep 19 06:43:12 PDT 2011


 sal/qa/osl/module/osl_Module.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a79afa38b27dcd9c861b415db4fba491f4f3417d
Author: Baptiste Daroussin <bapt at FreeBSD.org>
Date:   Mon Sep 19 13:55:04 2011 +0200

    FreeBSD has the same cppunit failure as OSX does

diff --git a/sal/qa/osl/module/osl_Module.cxx b/sal/qa/osl/module/osl_Module.cxx
index a7339b3..5e0c47f 100644
--- a/sal/qa/osl/module/osl_Module.cxx
+++ b/sal/qa/osl/module/osl_Module.cxx
@@ -294,7 +294,7 @@ namespace osl_Module
         // load lib which is under a CJK directory
         void load_002( )
         {
-#if defined( UNX ) && !defined( MACOSX )
+#if defined( UNX ) && !defined( MACOSX ) && !defined( FREEBSD )
             // TODO: Find out why this fails on Mac OS X
             //Can not get a CJK directory already exist, so here create one. Perhaps reason is encoding problem.
             ::rtl::OUString aPidDirURL = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("file:///tmp/")) + ::rtl::OUString::valueOf( ( long )getpid( ) );


More information about the Libreoffice-commits mailing list