Skip to content

Commit

Permalink
Uncomment test.
Browse files Browse the repository at this point in the history
I missed this earlier, because I'm a doofus.
  • Loading branch information
markstory committed Apr 21, 2013
1 parent 3dbc3a0 commit c2c0964
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Cake/Test/Case/View/Helper/FormHelperTest.php
Expand Up @@ -2328,7 +2328,6 @@ public function testTimeSelectedWithInterval() {
* @return void
*/
public function testInputTimeWithIntervalAnd12HourFormat() {
/*
$result = $this->Form->input('Model.start_time', array(
'type' => 'time',
'timeFormat' => 12,
Expand All @@ -2348,7 +2347,6 @@ public function testInputTimeWithIntervalAnd12HourFormat() {
$this->assertContains('<option value="04" selected="selected">4</option>', $result);
$this->assertContains('<option value="30" selected="selected">30</option>', $result);
$this->assertContains('<option value="pm" selected="selected">pm</option>', $result);
*/

$result = $this->Form->input('Model.start_time', array(
'type' => 'time',
Expand Down

0 comments on commit c2c0964

Please sign in to comment.