[TASK] Now using DIRECTORY_SEPERATOR for the few paths we have.

This commit is contained in:
Jan Philipp Timme
2011-06-26 15:26:01 +00:00
parent 8e32f35edf
commit f9beef4c81
4 changed files with 21 additions and 20 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ error_reporting(E_ALL);
require_once('AutoLoader.php');
try {
require_once('Testcode/Client/ClientManagerTest.php');
require_once('Testcode' . DIRECTORY_SEPARATOR . 'Client' . DIRECTORY_SEPARATOR . 'ClientManagerTest.php');
}
catch(Exception $e) {
echo PHP_EOL.PHP_EOL."Caught Exception: " . $e . PHP_EOL;