diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-09-19 13:55:04 +0200 |
---|---|---|
committer | François Tigeot <ftigeot@wolfpond.org> | 2011-09-19 15:28:25 +0200 |
commit | a79afa38b27dcd9c861b415db4fba491f4f3417d (patch) | |
tree | 1b3fbb83689f3c0bda5e8cb1ccc73e751b28575b /sal/qa | |
parent | ea5abc67d25bcbf0f746ae000e00289678cc02fc (diff) |
FreeBSD has the same cppunit failure as OSX does
Diffstat (limited to 'sal/qa')
-rw-r--r-- | sal/qa/osl/module/osl_Module.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/osl/module/osl_Module.cxx b/sal/qa/osl/module/osl_Module.cxx index a7339b337876..5e0c47f1937a 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( ) ); |