Browse Source

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

Jose Lorenzo Rodriguez 14 years ago
parent
commit
222df2c315
1 changed files with 0 additions and 2 deletions
  1. 0 2
      lib/Cake/Test/Case/Model/CakeSchemaTest.php

+ 0 - 2
lib/Cake/Test/Case/Model/CakeSchemaTest.php

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