com php-src: variation of icu libraries causes failure: ext/intl/tests/timezone_getDisplayName_variant3-49+ .phpt
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: d74fbfb38f2cf3dd97d340295672b4b972677426 Author: Steve Walk <[email protected]> Fri, 5 May 2017 11:45:27 -0700 Committer: Anatol Belski <[email protected]> Tue, 16 May 2017 12:46:27 +0200 Parents: 89dd7fb328589a9aa1719aa7c642a1378c5a926e Branches: PHP-7.0 PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=d74fbfb38f2cf3dd97d340295672b4b972677426 Log: variation of icu libraries causes failure Changed paths: M ext/intl/tests/timezone_getDisplayName_variant3-49+.phpt Diff: diff --git a/ext/intl/tests/timezone_getDisplayName_variant3-49+.phpt b/ext/intl/tests/timezone_getDisplayName_variant3-49+.phpt index e67fcab..6aec1df 100644 --- a/ext/intl/tests/timezone_getDisplayName_variant3-49+.phpt +++ b/ext/intl/tests/timezone_getDisplayName_variant3-49+.phpt @@ -19,8 +19,8 @@ var_dump($lsb->getDisplayName(false, IntlTimeZone::DISPLAY_LONG, 'pt_PT')); ?> ==DONE== ---EXPECT-- +--EXPECTF-- string(30) "Western European Standard Time" string(30) "Western European Standard Time" -string(32) "Hora Padrão da Europa Ocidental" +string(32) "Hora %cadrão da Europa Ocidental" ==DONE==