Fixing other failing test.

This test was failing because of changes made to Configure + error
handling.
This commit is contained in:
mark_story 2011-09-08 20:17:51 -04:00
parent e86ae43796
commit fbc76f195f

View file

@ -4172,7 +4172,6 @@ class DboSourceTest extends CakeTestCase {
Configure::write('debug', 2);
$this->testDb->error = true;
$this->expectError();
ob_start();
$this->testDb->showQuery('Error 2');
$contents = ob_get_clean();