From 03566372b32f4e861630bc9cf90d62cb6a4083ea Mon Sep 17 00:00:00 2001
From: tof <>
Date: Fri, 27 Jun 2008 07:49:17 +0000
Subject: Fixed #872

---
 tests/unit/phpunit.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tests/unit')

diff --git a/tests/unit/phpunit.php b/tests/unit/phpunit.php
index 455f455c..8395c7a0 100644
--- a/tests/unit/phpunit.php
+++ b/tests/unit/phpunit.php
@@ -11,7 +11,7 @@
  * the right package in unit test and code coverage reports.
  */
 define('PRADO_FRAMEWORK_DIR', dirname(__FILE__).'/../../framework');
-set_include_path(PRADO_FRAMEWORK_DIR.':'.get_include_path());
+set_include_path(PRADO_FRAMEWORK_DIR.PATH_SEPARATOR.get_include_path());
 
 require_once dirname(__FILE__).'/Prado.php';
 require_once PRADO_FRAMEWORK_DIR.'/prado.php';
-- 
cgit v1.2.3