Skip to content

Commit

Permalink
Including SqlServer and Oracle tests to the AllDatabase tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
renan committed May 24, 2011
1 parent aac8f68 commit a6ed668
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Cake/Test/Case/AllDatabaseTest.php
Expand Up @@ -41,8 +41,10 @@ public static function suite() {
'ConnectionManager',
'Datasource' . DS . 'DboSource',
'Datasource' . DS . 'Database' . DS . 'Mysql',
'Datasource' . DS . 'Database' . DS . 'Oracle',
'Datasource' . DS . 'Database' . DS . 'Postgres',
'Datasource' . DS . 'Database' . DS . 'Sqlite'
'Datasource' . DS . 'Database' . DS . 'Sqlite',
'Datasource' . DS . 'Database' . DS . 'Sqlserver'
);
foreach ($tasks as $task) {
$suite->addTestFile($path . $task . 'Test.php');
Expand Down

0 comments on commit a6ed668

Please sign in to comment.