Skip to content

Commit

Permalink
Reverting path change
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed Aug 2, 2009
1 parent 99fc645 commit 5b8b992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/console/libs/testsuite.php
Expand Up @@ -94,7 +94,7 @@ function initialize() {
if (isset($corePath[0])) {
define('TEST_CAKE_CORE_INCLUDE_PATH', rtrim($corePath[0], DS) . DS);
} else {
define('TEST_CAKE_CORE_INCLUDE_PATH', CAKE_CORE_INCLUDE_PATH . DS . 'cake' . DS);
define('TEST_CAKE_CORE_INCLUDE_PATH', CAKE_CORE_INCLUDE_PATH);
}

$this->__installSimpleTest();
Expand Down

0 comments on commit 5b8b992

Please sign in to comment.