[BUG][FIX] TestRunner unload, VMMaker unload ( Ned will take care of TestRunner part. )

tomkoenig at mindspring.com tomkoenig at mindspring.com
Fri Feb 6 22:20:58 CET 2004


From: Ned Konz [mailto:ned at bike-nomad.com] 
Sent: Thursday, February 05, 2004 4:43 PM
To: tomkoenig at mindspring.com
Subject: Re: [BUG][FIX] TestRunner unload, VMMaker unload

tomkoenig at mindspring.com wrote:

> Archive id: 18149
> From: tomkoenig at mindspring.com
> Date posted: 15 January 2004
> To: ned at squeakland.org
> 
> * TestRunner does not remove itself from the flaps when it is removed.
> * VMMaker does not remove itself from the 'open' menu when it is
> removed.
> The attached changes set is a proposal to fix both 
> problems.
> 
> TestRunner class >>unload
> 	 (TheWorldMenu respondsTo: #registerOpenCommand:)
>          ifTrue: [TheWorldMenu unregisterOpenCommand: 'SUnit Test
> Runner'].
> 
> 	self environment at: #Flaps ifPresent: [:cl |
> 	cl unregisterQuadsWithReceiver: self]
> 
> 
> 

Thanks; I'll put this in.













<This post brought to you by BFAV2>


More information about the Squeak-harvest mailing list