Fixing Mysql test case after making the DboSource throw exceptions

This commit is contained in:
Jose Lorenzo Rodriguez 2011-09-03 19:12:06 -04:30
parent 8897335af4
commit 149deba416

View file

@ -2647,7 +2647,6 @@ class DboMysqlTest extends CakeTestCase {
$expected = 2; $expected = 2;
$this->assertIdentical($expected, $result); $this->assertIdentical($expected, $result);
$this->expectError();
$result = $this->Dbo->length(false); $result = $this->Dbo->length(false);
$this->assertTrue($result === null); $this->assertTrue($result === null);