소스 검색

[Locale] fix failing test case

Igor Wiedler 14 년 전
부모
커밋
e95df5d2a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/Symfony/Tests/Component/Locale/Stub/StubIntlDateFormatterTest.php

+ 1 - 1
tests/Symfony/Tests/Component/Locale/Stub/StubIntlDateFormatterTest.php

@@ -53,7 +53,7 @@ class StubIntlDateFormatterTest extends LocaleTestCase
             /* general */
             array('y-M-d', 0, '1970-1-1'),
             array("yyyy.MM.dd G 'at' HH:mm:ss zzz", 0, '1970.01.01 AD at 00:00:00 GMT+00:00'),
-            array("EEE, MMM d, ''yy", 0, "Thu, Jan 1, '00"),
+            array("EEE, MMM d, ''yy", 0, "Thu, Jan 1, '70"),
             array('h:mm a', 0, '12:00 AM'),
             array('K:mm a, z', 0, '0:00 AM, GMT+00:00'),
             array('yyyyy.MMMM.dd GGG hh:mm aaa', 0, '01970.January.01 AD 12:00 AM'),