[Pkg] The Trunk: TraitsTests-ar.2.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Jan 2 02:58:53 UTC 2010


Andreas Raab uploaded a new version of TraitsTests to project The Trunk:
http://source.squeak.org/trunk/TraitsTests-ar.2.mcz

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

Name: TraitsTests-ar.2
Author: ar
Time: 2 January 2010, 3:58:43 am
UUID: 93ee48a2-6523-6249-9116-e7bbca9672a6
Ancestors: TraitsTests-ar.1

Don't use definitionST80.

=============== Diff against TraitsTests-ar.1 ===============

Item was changed:
  ----- Method: TraitTest>>testPrintingClassSide (in category 'testing') -----
  testPrintingClassSide
  	"self run: #testPrintingClassSide"
  	
+ 	self assertPrints: self t6 classSide definition
- 	self assertPrints: self t6 classSide definitionST80
  		like: 'T6 classTrait
  	uses: T1 classTrait + T2 classTrait'!

Item was changed:
  ----- Method: TraitTest>>testPrinting (in category 'testing') -----
  testPrinting
+ 	self assertPrints: self t6 definition
- 	self assertPrints: self t6 definitionST80
  		like: 'Trait named: #T6
  	uses: T1 + T2 @ {#m22Alias->#m22}
  	category: ''TraitsTests-Kernel'''!



More information about the Packages mailing list