On Wed, Dec 3, 2008 at 2:49 PM, Alexandre Bergel <alexandre@bergel.eu> wrote:
Just to make sure that I fully understand your email. Are you suggesting the history feature should be integrated into the Standard SUnit? I haven't got the time to check what is in Testing@squeaksource yet. I hope to do it before next week.
I'm not suggesting anything. I just would like that the testing features you have implemented one year ago continue to work in Squeak. Currently, I can't run the tests from the browser anymore because of this missing method.
The problem we are facing right now is that OB-Enhancements is at the moment dependent on a particular version of SUnit, one that contains these history enhancements. As OB-Enhancements is supposed to work in Pharo and Squeak, we can now either update the SUnit version in Squeak-dev to also use your work on test history (which would make sense to me) or I can change OB-Enhancements to test whether the history-aware SUnit is loaded or not... David