[squeak-dev] The Trunk: KernelTests-ul.116.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Dec 3 05:05:40 UTC 2009


Levente Uzonyi uploaded a new version of KernelTests to project The Trunk:
http://source.squeak.org/trunk/KernelTests-ul.116.mcz

==================== Summary ====================

Name: KernelTests-ul.116
Author: ul
Time: 3 December 2009, 5:46:36 am
UUID: a4eed34e-28b7-c14b-b2c5-0323756ef7c4
Ancestors: KernelTests-ul.115

- fix BehaviorTest >> #testAllSelectorsBelow 

=============== Diff against KernelTests-ul.115 ===============

Item was changed:
  ----- Method: BehaviorTest>>testAllSelectorsBelow (in category 'tests') -----
  testAllSelectorsBelow
  
  	self assert: (Object allSelectorsBelow: ProtoObject) = Object selectors asIdentitySet.
+ 	self assert: (Object allSelectorsBelow: nil) = (Object selectors union: ProtoObject selectors) asIdentitySet!
- 	self assert: (Object allSelectorsBelow: nil) = Object selectors asIdentitySet!




More information about the Squeak-dev mailing list