Skip to content

Commit

Permalink
Removing debug() from scaffold test.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 16, 2010
1 parent 1910a7f commit 1acc4c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cake/tests/cases/libs/controller/scaffold.test.php
Expand Up @@ -500,7 +500,6 @@ function testEditScaffold() {
$this->assertPattern('/input name="data\[ScaffoldMock\]\[published\]" type="text" maxlength="1" value="Y" id="ScaffoldMockPublished"/', $result);
$this->assertPattern('/textarea name="data\[ScaffoldMock\]\[body\]" cols="30" rows="6" id="ScaffoldMockBody"/', $result);
$this->assertPattern('/<li><a href="\/scaffold_mock\/delete\/1"[^>]*>Delete<\/a>\s*<\/li>/', $result);
debug($result);
}

/**
Expand Down

0 comments on commit 1acc4c8

Please sign in to comment.