diff options
author | thomascube <thomas@roundcube.net> | 2010-04-21 20:45:27 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-04-21 20:45:27 +0000 |
commit | 684057f67b30bb5dbf0a012c2c28ecf47ec74808 (patch) | |
tree | 39ad88ec66e623e29ff832c6fd712facaaf284ba /tests/runtests.sh | |
parent | c69d2ae6e9571d6f6c8cc82a38761046404c6e0a (diff) |
Fix unit tests to run with changed rcmail class + use own config for tests
Diffstat (limited to 'tests/runtests.sh')
-rwxr-xr-x | tests/runtests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runtests.sh b/tests/runtests.sh index 04a9a3745..aeeea94e1 100755 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -27,6 +27,7 @@ if (!defined('SIMPLETEST')) define('SIMPLETEST', '/www/simpletest/'); if (!defined('INSTALL_PATH')) define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' ); define('TESTS_DIR', dirname(__FILE__) . '/'); +define('RCMAIL_CONFIG_DIR', TESTS_DIR . 'config'); require_once(SIMPLETEST . 'unit_tester.php'); require_once(SIMPLETEST . 'reporter.php'); |