Skip to content

Commit

Permalink
Unskip tests that now pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Feb 27, 2014
1 parent 149af37 commit c67eee9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/TestCase/View/Helper/FormHelperTest.php
Expand Up @@ -4821,7 +4821,6 @@ public function testDateTimeRounding() {
* @return void
*/
public function testDatetimeWithDefault() {
$this->markTestIncomplete('Need to revisit soon.');
$result = $this->Form->dateTime('Contact.updated', array('value' => '2009-06-01 11:15:30'));
$this->assertRegExp('/<option[^<>]+value="2009"[^<>]+selected="selected"[^>]*>2009<\/option>/', $result);
$this->assertRegExp('/<option[^<>]+value="01"[^<>]+selected="selected"[^>]*>1<\/option>/', $result);
Expand Down

0 comments on commit c67eee9

Please sign in to comment.