Hi Sheridan, It seems that you found a bug or at least a limitation: CaseInsensitiveOrder inside String does not seem to be initialised for non-ASCII. 'éèà ' compare: 'ÃÃÃ' caseSensitive: false. does not work either. Is your test new ? Then maybe don't add it, or disable it with a comment explaining why you disabled it. It could be that we need to fix this, I am just not sure this is supposed to work. Sven
On 09 Dec 2015, at 23:57, sheridan@sheridan-mahoney.com wrote:
Hi there,
I have a single test case that causes String>>beginsWithEmpty:caseSensitive: to fail, as follows:
('ÃÃÃÃÃÃ' beginsWithEmpty: 'éèà ' caseSensitive: false).
What I am really wondering is what is the procedure for monitoring the lifetime of a failing test in Pharo?
I would like to know, should I check in this test? I have a group of other tests that pass, and so could contribute a fuller test scenario. Or is it enough to just write up a bug report, and just re-run the test myself when the bug gets fixed?
Many thanks,
Sheridan