El 4/27/07 7:02 AM, "Damien Cassou" <[EMAIL PROTECTED]> escribió:

> Take a 7092 image from squeak
> ftp:
http://ftp.squeak.org/3.10alpha/Squeak3.10alpha.7092.zip

Browse code to
> ArrayTest. The super class is 'AnObsoleteClassTestCase'.


Odd but true:

The "mother" not shrinked image are wrong.
The "daugher" "W" image have the right implementation.
ClassTestCase subclass: #ArrayTest

This mistake teach what SUnit is not reliable.
ArrayTest should be in CollectionsTests
'CollectionsTests-Arrayed' in the complete image are green 21 run, 21
passes, 0 expected failures, 0 failures, 0 errors, 0 unexpected passes

Edgar


_______________________________________________
V3dot10 mailing list
[email protected]
http://lists.squeakfoundation.org/mailman/listinfo/v3dot10

Reply via email to