ZF-7554: testSetLocale(Zend_DateTest) unit tests failure
Description
{panel} 1) testSetLocale(Zend_DateTest) expected string difference < ???> got string {panel}
{panel} 1) testSetLocale(Zend_DateTest) expected string difference < ???> got string {panel}
Comments
Posted by Alexander Veremyev (alexander) on 2009-08-11T07:27:04.000+0000
If Zend_Date tests run separately (using phpunit --filter Zend_DateTest AllTests.php), then 6 failures appear:
{panel} 1) testCompareDate(Zend_DateTest) expected integer < 1> difference < 2> got integer <-1>
2) testGetYear(Zend_DateTest) expected string <01.01.2009 05:00:00> difference <xxxxxxxxxxxx???> got string
3) testGetMonth(Zend_DateTest) expected string <01.02.1970 05:00:00> difference <xxxxxxxxxxxx???> got string
4) testGetWeek(Zend_DateTest) expected string <08.01.1970 05:00:00> difference <xxxxxxxxxxxx???> got string
5) testDay(Zend_DateTest) expected string <01.01.1970 00:00:00> difference <xxxxxxxxxxxxxxxxxx????> got string
6) testSetLocale(Zend_DateTest) expected string difference got string {panel}
Posted by Thomas Weidner (thomas) on 2009-08-14T14:55:01.000+0000
Should be fixed with r17607. Please check this on your environment.