You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by ku...@apache.org on 2009/04/28 09:00:58 UTC

svn commit: r769266 - /incubator/log4php/trunk/src/test/php/bootstrap.php

Author: kurdalen
Date: Tue Apr 28 07:00:58 2009
New Revision: 769266

URL: http://svn.apache.org/viewvc?rev=769266&view=rev
Log:
fixed #LOG4PHP-21

Modified:
    incubator/log4php/trunk/src/test/php/bootstrap.php

Modified: incubator/log4php/trunk/src/test/php/bootstrap.php
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/src/test/php/bootstrap.php?rev=769266&r1=769265&r2=769266&view=diff
==============================================================================
--- incubator/log4php/trunk/src/test/php/bootstrap.php (original)
+++ incubator/log4php/trunk/src/test/php/bootstrap.php Tue Apr 28 07:00:58 2009
@@ -30,7 +30,7 @@
     define('LOG4PHP_DEFAULT_INIT_OVERRIDE', true);
 }
 
-set_include_path(LOG4PHP_DIR.':'.get_include_path());
+set_include_path(LOG4PHP_DIR.PATH_SEPARATOR.get_include_path());
 
 require_once 'PHPUnit/Framework/TestCase.php';
 require_once 'PHPUnit/Framework/TestSuite.php';