Show
Ignore:
Timestamp:
06/27/2008 02:49:17 AM (7 months ago)
Author:
tof
Message:

Fixed #872

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/unit/phpunit.php

    r1992 r2468  
    1212 */ 
    1313define('PRADO_FRAMEWORK_DIR', dirname(__FILE__).'/../../framework'); 
    14 set_include_path(PRADO_FRAMEWORK_DIR.':'.get_include_path()); 
     14set_include_path(PRADO_FRAMEWORK_DIR.PATH_SEPARATOR.get_include_path()); 
    1515 
    1616require_once dirname(__FILE__).'/Prado.php';