Fix tests?

This commit is contained in:
Timothy Warren 2012-04-12 14:11:27 -04:00
parent cfb2ca3aab
commit 5331c39060
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -16,7 +16,7 @@
* Unit test bootstrap - Using php simpletest
*/
define('TEST_DIR', dirname(__FILE__).'/');
define('BASE_DIR', str_replace(basename(TEST_DIR).'/', '', TEST_DIR).'/sys/');
define('BASE_DIR', str_replace(basename(TEST_DIR).'/', '', TEST_DIR).'sys/');
define('DS', DIRECTORY_SEPARATOR);
// --------------------------------------------------------------------------