diff --git a/lib/Cake/Test/Case/Model/CakeSchemaTest.php b/lib/Cake/Test/Case/Model/CakeSchemaTest.php index d0a87855080..66801772a38 100644 --- a/lib/Cake/Test/Case/Model/CakeSchemaTest.php +++ b/lib/Cake/Test/Case/Model/CakeSchemaTest.php @@ -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);