Skip to content

Commit

Permalink
Fixing path for cake schema test in database group
Browse files Browse the repository at this point in the history
  • Loading branch information
jperras committed Aug 3, 2009
1 parent e3f8ee4 commit 43a7dee
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 GroupTest {
*/
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 . 'datasources' . DS . 'dbo_source');
}
}
Expand Down

0 comments on commit 43a7dee

Please sign in to comment.