From c3b89eeedd951feb0a49edd15e0e5ed10670590a Mon Sep 17 00:00:00 2001 From: Brandon Turner Date: Fri, 24 Sep 2010 13:41:12 -0500 Subject: [PATCH] [Form] fixed failing unit test due --- tests/Symfony/Tests/Component/Form/DateTimeFieldTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Symfony/Tests/Component/Form/DateTimeFieldTest.php b/tests/Symfony/Tests/Component/Form/DateTimeFieldTest.php index c44db4f3af..270dd0db9c 100644 --- a/tests/Symfony/Tests/Component/Form/DateTimeFieldTest.php +++ b/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 = <<