Skip to content

Commit

Permalink
Fixing incorrect path to test file in database group test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jperras committed Sep 24, 2009
1 parent fe32d38 commit 23954a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/groups/database.group.php
Expand Up @@ -53,7 +53,7 @@ class DatabaseGroupTest extends TestSuite {
*/
function DatabaseGroupTest() {
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'model' . DS . 'db_acl');
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'model' . DS . 'schema');
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'model' . DS . 'cake_schema');
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'model' . DS . 'connection_manager');
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'model' . DS . 'datasources' . DS . 'dbo_source');
}
Expand Down

0 comments on commit 23954a4

Please sign in to comment.