[squeak-dev] The Trunk: MorphicTests-ct.82.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Dec 6 18:37:52 UTC 2021


Christoph Thiede uploaded a new version of MorphicTests to project The Trunk:
http://source.squeak.org/trunk/MorphicTests-ct.82.mcz

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

Name: MorphicTests-ct.82
Author: ct
Time: 6 December 2021, 7:37:51.118702 pm
UUID: e876d926-283f-3145-a906-56ab944186f4
Ancestors: MorphicTests-pre.81, MorphicTests-ct.68

Merges MorphicTests-ct.68:

	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-pre.81 ===============

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