While checking if tests for the Squeak by Example book still work
under Pharo, I discovered that
StringTest>>testUnescapePercentsWithTextEncoding is broken.
Trying to track this down, I saw that Michael Rueger changed the last
line of ShiftJISTextConverter>>nextFromStream: from
^ self toUnicode: result
to:
^ self byteToUnicode: result
which seems to break the test.
I can't say that I understand what is going on here, but shouldn't we
roll back this change? Else rewrite the test ...
- on
_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project