The Trunk: TraitsTests-mt.19.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: TraitsTests-mt.19.mcz

commits-2
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.!