FreeBSD has the same cppunit failure as OSX does
This commit is contained in:
committed by
François Tigeot
parent
ea5abc67d2
commit
a79afa38b2
@@ -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( ) );
|
||||||
|
Reference in New Issue
Block a user