Thanks, Alex, but shouldn't it read: ifSUnitSupportHistory: aBlock (TestResult includesSelector: #updateResultsInHistory) ifTrue: [aBlock value] Because in your version aBlock never gets executed, not even when #updateResultsInHistory exists. Can you check? David
The comment is: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Added: OBCmdSUnit>>ifSUnitSupportHistory: This is necessary to check whether the history feature is installed in the current SUnit framework in order to benefit from it and make sure that nothing break if not installed -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Cheers, Alexandre
On 3 Dec 2008, at 11:33, Damien Cassou wrote:
On Wed, Dec 3, 2008 at 3:29 PM, Alexandre Bergel <alexandre@bergel.eu> wrote:
I just downloaded Squeak3.10. How can I reproduce the problem you encountered ?
Using Universe, install the "Squeak-dev image" package. Then, open a browser, select a class and press ALT+t
-- Damien Cassou http://damiencassou.seasidehosting.st