Removing accidental debug code.

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7929 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
nate 2008-12-17 04:28:47 +00:00
parent 99a2fa439c
commit e9bd7aea6a

View file

@ -434,7 +434,6 @@ class SetTest extends CakeTestCase {
$result = Set::extract('/User/id', $nonZero);
$this->assertEqual($result, $expected, 'Failed non zero array key extract');
Configure::write('foo', null);
// $expected = array(
// array('id' => 1), array('id' => 2), array('id' => 3), array('id' => 4), array('id' => 5)