[squeak-dev] The Trunk: TraitsTests-fbs.13.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Dec 7 19:50:55 UTC 2013


Frank Shearar uploaded a new version of TraitsTests to project The Trunk:
http://source.squeak.org/trunk/TraitsTests-fbs.13.mcz

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

Name: TraitsTests-fbs.13
Author: fbs
Time: 7 December 2013, 7:47:51.02 pm
UUID: 0429146f-6767-4a4f-8fce-37571625920a
Ancestors: TraitsTests-fbs.12

Update to the new find-a-class-or-trait-from-a-pattern API.

=============== Diff against TraitsTests-fbs.12 ===============

Item was changed:
  ----- Method: TraitTest>>testTraitFromPattern (in category 'testing') -----
  testTraitFromPattern
  	| newTrait |
  	newTrait := self createTraitNamed: #TTraitTestBaseTrait uses: {}.
+ 	self assert: (UIManager default classFromPattern: 'TTraitTestBaseT' withCaption: '') = newTrait.!
- 	self assert: (Utilities classFromPattern: 'TTraitTestBaseT' withCaption: '') = newTrait.!



More information about the Squeak-dev mailing list