Browse Source

[Form] fixed failing unit test due

Brandon Turner 14 years ago
parent
commit
c3b89eeedd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/Symfony/Tests/Component/Form/DateTimeFieldTest.php

+ 1 - 0
tests/Symfony/Tests/Component/Form/DateTimeFieldTest.php

@@ -169,6 +169,7 @@ class DateTimeFieldTest extends DateTimeTestCase
             'with_seconds' => true,
         ));
 
+        $field->setLocale('de_AT');
         $field->setData(new \DateTime('2010-06-02 03:04:05 UTC'));
 
         $html = <<<EOF