ZF2-533: UriTest::testNormalizeUrl failure on Mac OS
Description
I'm consistently seeing the following test failure on Mac OS:
There was 1 failure:
1) ZendTest\Uri\UriTest::testNormalizeUrl with data set #7 ('http://www.example.com/a%c2%b1b', 'http://www.example.com/a%C2%B1b')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://www.example.com/a%C2%B1b'
+'http://www.example.com/a?%B1b'
Comments
Posted by Ralph Schindler (ralph) on 2012-10-08T20:14:37.000+0000
This issue has been closed on Jira and moved to GitHub for issue tracking. To continue following the resolution of this issues, please visit: https://github.com/zendframework/zf2/issues/2567