Skip to content

StubLocaleTest fails with ICU version 4.8.1.1 #6295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
umpirsky opened this issue Dec 12, 2012 · 1 comment
Closed

StubLocaleTest fails with ICU version 4.8.1.1 #6295

umpirsky opened this issue Dec 12, 2012 · 1 comment
Labels

Comments

@umpirsky
Copy link
Contributor

Test failed with ICU version 4.8.1.1:

$ phpunit src/Symfony/Component/Locale/Tests/Stub/StubLocaleTest.php 
PHPUnit 3.7.10 by Sebastian Bergmann.

Configuration read from /home/umpirsky/Projects/PHP/symfony/phpunit.xml.dist

.......F......................

Time: 0 seconds, Memory: 4.00Mb

There was 1 failure:

1) Symfony\Component\Locale\Tests\Stub\StubLocaleTest::testGetCurrenciesData
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'BR$'
+'R$'

/home/umpirsky/Projects/PHP/symfony/src/Symfony/Component/Locale/Tests/Stub/StubLocaleTest.php:72

FAILURES!
Tests: 30, Assertions: 31, Failures: 1.

Just for the reference, version 4.8.1.1 is notmalized to 480 in TestCase.php.

@umpirsky
Copy link
Contributor Author

Looks like it's already reported #5288 and fixed #6109, but not merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant