[squeak-dev] The Trunk: ST80Tests-dtl.5.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Nov 14 02:26:56 UTC 2017


David T. Lewis uploaded a new version of ST80Tests to project The Trunk:
http://source.squeak.org/trunk/ST80Tests-dtl.5.mcz

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

Name: ST80Tests-dtl.5
Author: dtl
Time: 13 November 2017, 9:26:52.125552 pm
UUID: 5bcbeaa0-c4f2-46c0-b555-d0312fff6f91
Ancestors: ST80Tests-pre.4

Remove unnecessary references to global world.
Do not test nil World for project type, instead use Project current isMVC

=============== Diff against ST80Tests-pre.4 ===============

Item was changed:
  ----- Method: MVCToolBuilderTests>>testWindowCloseAction (in category 'tests-not applicable') -----
  testWindowCloseAction
  	"This can only work if we're actually run in MVC"
+ 	Project current isMVC ifTrue: [super testWindowCloseAction]!
- 	World isNil ifTrue: [super testWindowCloseAction]!



More information about the Squeak-dev mailing list