Fix other path issue

This commit is contained in:
Timothy Warren 2012-03-22 15:47:31 -04:00
parent 4193f858c9
commit 94758ecfb5
2 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ require_once(BASE_DIR.'query_builder.php');
// Include db tests
// Load db classes based on capability
$src_path = BASE_DIR.'drivers/';
$test_path = './databases/';
$test_path = TEST_DIR.'/databases/';
foreach(pdo_drivers() as $d)
{

Binary file not shown.