[squeak-dev] The Inbox: TraitsTests-mt.25.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jul 14 14:14:59 UTC 2022


A new version of TraitsTests was added to project The Inbox:
http://source.squeak.org/inbox/TraitsTests-mt.25.mcz

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

Name: TraitsTests-mt.25
Author: mt
Time: 3 September 2019, 9:06:04.191063 am
UUID: d6fb8946-072f-c94c-9c0b-3f3a1b80f502
Ancestors: TraitsTests-mt.24

Because of how test resources work, they will already be there when the test runs.

=============== Diff against TraitsTests-mt.24 ===============

Item was changed:
  ----- Method: TraitSystemTest>>testAllClassesAndTraits (in category 'testing') -----
  testAllClassesAndTraits
  	"self debug: #testAllClassesAndTraits"
  	
+ 	| trait |
- 	| trait previousClassesAndTraits previousClasses |
- 	previousClassesAndTraits := Smalltalk allClassesAndTraits.
- 	previousClasses := Smalltalk allClasses.
  	trait := self t1.
  
- 	self deny: (previousClassesAndTraits includes: trait).
- 	self deny: (previousClasses includes: trait).
- 
  	self assert: (Smalltalk allClassesAndTraits includes: trait).
  	self deny: (Smalltalk allClasses includes: trait).
  	!



More information about the Squeak-dev mailing list