The Trunk: ToolsTests-mt.71.mcz

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

The Trunk: ToolsTests-mt.71.mcz

commits-2
Marcel Taeumel uploaded a new version of ToolsTests to project The Trunk:
http://source.squeak.org/trunk/ToolsTests-mt.71.mcz

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

Name: ToolsTests-mt.71
Author: mt
Time: 3 April 2015, 10:21:47.942 pm
UUID: 10c332fa-df6f-9940-83f5-23269774866e
Ancestors: ToolsTests-bf.70

Fixed #tearDown in MessageNamesTest because it will only work if tests did not close the topView already. This happes, for example, if reuse-windows preference is enabled.

=============== Diff against ToolsTests-bf.70 ===============

Item was changed:
  ----- Method: MessageNamesTest>>tearDown (in category 'as yet unclassified') -----
  tearDown
+ browser topView ifNotNil: [:v |
+ ToolBuilder default close: v].!
- ToolBuilder default close: browser topView.!