Removing unneeded assert that fails when run in the all test suite

This commit is contained in:
Jose Lorenzo Rodriguez 2011-07-17 23:12:51 -04:30
parent 3594f7aa88
commit 222df2c315

View file

@ -622,8 +622,6 @@ class CakeSchemaTest extends CakeTestCase {
'name' => 'TestApp', 'name' => 'TestApp',
'models' => array('AppModel') 'models' => array('AppModel')
)); ));
unset($read['tables']['missing']);
$this->assertTrue(empty($read['tables']));
if (!empty($backup)) { if (!empty($backup)) {
ConnectionManager::drop('default'); ConnectionManager::drop('default');
ConnectionManager::create('default', $backup); ConnectionManager::create('default', $backup);