[BUG] in TestRunnerEnh-nk

Ned Konz ned at bike-nomad.com
Thu May 1 19:57:56 UTC 2003


On Thursday 01 May 2003 09:38 am, diegogomezdeck at consultar.com wrote:

> 1) open test runner
> 2) run a couple of tests
> 3) collapse the runner window
> 4) un-colapse the window
>
> The progress morph appears again.
>
> In fact, one progress morph per run appears.

This is because the expansion copies the morph back from paneMorphs.

Try changing TestRunner>>
removeProgressWatcher
	progress ifNil: [ ^self ].
	progress delete.
	paneMorphs _ paneMorphs copyWithout: progress.
	progress _ nil

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list