[squeak-dev] The Trunk: TraitsTests-mt.19.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Aug 2 07:45:17 UTC 2019


Marcel Taeumel uploaded a new version of TraitsTests to project The Trunk:
http://source.squeak.org/trunk/TraitsTests-mt.19.mcz

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

Name: TraitsTests-mt.19
Author: mt
Time: 2 August 2019, 9:45:17.294366 am
UUID: fc22c531-8d69-cc46-8eda-18453d18da85
Ancestors: TraitsTests-ul.18

Fixes #testTraitFromPattern to not show a dialog window anymore.

=============== Diff against TraitsTests-ul.18 ===============

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



More information about the Squeak-dev mailing list