Skip to content

Commit

Permalink
Removing unneeded assert that fails when run in the all test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jul 18, 2011
1 parent 3594f7a commit 222df2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Cake/Test/Case/Model/CakeSchemaTest.php
Expand Up @@ -622,8 +622,6 @@ public function testSchemaReadWithAppModel() {
'name' => 'TestApp',
'models' => array('AppModel')
));
unset($read['tables']['missing']);
$this->assertTrue(empty($read['tables']));
if (!empty($backup)) {
ConnectionManager::drop('default');
ConnectionManager::create('default', $backup);
Expand Down

0 comments on commit 222df2c

Please sign in to comment.