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

Reply via email to