May 13, 2009
12:35 p.m.
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