Skip to content

Commit

Permalink
Adding connection manager test to database group tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jperras committed Sep 24, 2009
1 parent ffad7a7 commit fe32d38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cake/tests/groups/database.group.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ class DatabaseGroupTest extends TestSuite {
*/ */
function DatabaseGroupTest() { 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 . 'db_acl');
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'model' . DS . 'cake_schema'); TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'model' . DS . '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'); TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'model' . DS . 'datasources' . DS . 'dbo_source');
} }
} }
Expand Down

0 comments on commit fe32d38

Please sign in to comment.