From 222df2c31563eea8dca31cf468134d914fc707f0 Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Sun, 17 Jul 2011 23:12:51 -0430 Subject: [PATCH] Removing unneeded assert that fails when run in the all test suite --- lib/Cake/Test/Case/Model/CakeSchemaTest.php | 2 -- 1 file changed, 2 deletions(-) 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);