FreeBSD has the same cppunit failure as OSX does

This commit is contained in:
Baptiste Daroussin
2011-09-19 13:55:04 +02:00
committed by François Tigeot
parent ea5abc67d2
commit a79afa38b2

View File

@@ -294,7 +294,7 @@ namespace osl_Module
// load lib which is under a CJK directory // load lib which is under a CJK directory
void load_002( ) 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 // 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. //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( ) ); ::rtl::OUString aPidDirURL = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("file:///tmp/")) + ::rtl::OUString::valueOf( ( long )getpid( ) );