[squeak-dev] SUnit broken again in squeak-dev images.

bryce at kampjes.demon.co.uk bryce at kampjes.demon.co.uk
Tue Mar 3 22:06:45 UTC 2009


This time it's the method:
    TestCase class>>withInheritedSelectors
 	
	^ self shouldInheritSelectors ifTrue: 
	  [ self allSelectorsBelow: TestCase ] ifFalse: [self selectors]

The method #allSelectorsBelow: isn't implemented in the image
so it's hard to see what this is supposed to do.

Bryce



More information about the Squeak-dev mailing list