[squeak-dev] The Inbox: MorphicTests-ct.68.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Oct 12 11:41:07 UTC 2020


A new version of MorphicTests was added to project The Inbox:
http://source.squeak.org/inbox/MorphicTests-ct.68.mcz

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

Name: MorphicTests-ct.68
Author: ct
Time: 12 October 2020, 1:41:06.479349 pm
UUID: 5f5ba7dc-d8a6-cb4c-a18c-260f0bade656
Ancestors: MorphicTests-mt.67

Adds tests to ensure that the deprecated World global will be not referenced again. Complements Morphic-dtl.1370.

See http://forum.world.st/Changeset-Eliminating-global-state-from-Morphic-td5121690.html

=============== Diff against MorphicTests-mt.67 ===============

Item was added:
+ ----- Method: WorldStateTest>>testWorldVariableObsoletion (in category 'tests') -----
+ testWorldVariableObsoletion
+ 	"Only the code for backwards compatibility may access the global World binding."
+ 
+ 	self
+ 		assert: 0
+ 		equals: (self systemNavigation allCallsOnClass: (self environment bindingOf: #World)) size.!



More information about the Squeak-dev mailing list