]> granicus.if.org Git - php/commit
Fixed bug #61611 ext\date\tests\date_default_timezone_get-2.phpt fails
authorAnatoliy Belsky <ab@php.net>
Tue, 10 Apr 2012 10:33:11 +0000 (12:33 +0200)
committerAnatoliy Belsky <ab@php.net>
Tue, 10 Apr 2012 10:33:11 +0000 (12:33 +0200)
commit26dbc5ecb455720f49fc4ff707d88e88fafe426d
tree353933b209f778f9477144c5b4656aa671ffb26e
parent2ca49d39a3fe0d4752006e70b0e7c514f615bd67
Fixed bug #61611 ext\date\tests\date_default_timezone_get-2.phpt fails

The behaviour on windows is to select an arbitrary timezone from the
current system settings. This gives no chance to hardcode the timezone
name, for instance for UTC+1 it could choose from the multiple names
like Europe/Berlin or Europe/Paris . For this reason the test is
parametrized so there is no hardcoded timezone data.

The original test made to be skipped on windows and a duplicate was made
for windows. Tested on debian and win7 both x86.
ext/date/tests/date_default_timezone_get-2-win32.phpt [new file with mode: 0644]
ext/date/tests/date_default_timezone_get-2.phpt