[ANN] [Tests] new version on SqueakMap

Hannes Hirzel hannes.hirzel.squeaklist at bluewin.ch
Mon Mar 17 20:40:02 UTC 2003


Marcus Denker <marcus at ira.uka.de> wrote:
> Hi,
> 
> Version 3 of Baseimage testing has been published on SqueakMap.
> 
> this version adds the tests from these changesets that have
> been posted to the list:
> 
> BitBltClipBugs.st
> DebuggerUnwindBug.st
> MethodReferenceHashTest-dgd.2.cs
> PasteUpMorphTest-mjr.cs
> Kernel-Tests-ClassBuilder.st
> 
> 
> For 3.4:  180 run, 165 passed, 15 failed, 0 errors
> 
>  
> -- 
> Marcus Denker marcus at ira.uka.de  -- Squeak! http://squeak.de

I got a different result.

I used a fresh 3.4-5170 image, opened a workspace, pasted the following
code and evaluated it.
(thanks Goran for the tip to use #installPackageWithId: !)


TheWorldMenu loadSqueakMap.
SMSqueakMap default loadUpdates.

SMSqueakMap default installPackageWithId:
'8fb74b33-7daa-4404-9f54-f33da74e5204'.  "SUnit removal"
SMSqueakMap default installPackageWithId:
'26bea8bf-733f-4715-b188-fa6d848984ad'.  "SUnit 3.1"
SMSqueakMap default installPackageWithId:
'300e6bb1-214c-4258-bc73-dee8b11cca9c'.  "BaseImage Tests"

TestRunner runTests. 

"Result: 189 run, 171 passed, 18 failed, 0 errors"

-- Hannes Hirzel



More information about the Squeak-dev mailing list