[V3dot10] ChangesOrganizer

Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Fri May 25 12:41:52 UTC 2007




El 5/13/07 9:43 AM, "Pavel Krivanek" <pavel.krivanek at gmail.com> escribió:

> Hi,
> 
> please add the patch
> http://bugs.squeak.org/file_download.php?file_id=2805&type=bug from
> Mantis record http://bugs.squeak.org/view.php?id=4825. It's the patch
> that moves general code from the ChanteSorter tool into the special
> class. It should have no impact on the older code.
> 
> -- Pavel

Hi Pavel.
I put this on updates (7109ChangesOrganizer-pk.cs ) and I having red test.
For not having red test, I do the attached fix.
I wish you look, agree or modify , for made an update that have all green.

Very thanks

Edgar

-------------- next part --------------
'From Squeak3.10alpha of 30 March 2007 [latest update: #7113] on 25 May 2007 at 9:36:55 am'!

!ChangeHooksTest methodsFor: 'Running' stamp: 'edc 5/25/2007 09:35'!
tearDown

	super tearDown.
	self removeGeneratedTestClasses.
	ChangesOrganizer newChangeSet: previousChangeSet name.
	ChangesOrganizer removeChangeSet: testsChangeSet.
	previousChangeSet := nil.
	testsChangeSet := nil.
! !


More information about the V3dot10 mailing list