[squeak-dev] The Inbox: MonticelloConfigurations-dtl.141.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Oct 14 00:52:49 UTC 2015


David T. Lewis uploaded a new version of MonticelloConfigurations to project The Inbox:
http://source.squeak.org/inbox/MonticelloConfigurations-dtl.141.mcz

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

Name: MonticelloConfigurations-dtl.141
Author: dtl
Time: 13 October 2015, 8:52:45.694 pm
UUID: 87cfef53-0a66-4b4e-80d4-b014b5f99f68
Ancestors: MonticelloConfigurations-dtl.140

Add accessors for unit test support

=============== Diff against MonticelloConfigurations-dtl.140 ===============

Item was added:
+ ----- Method: MCMcmUpdater class>>registry (in category 'registry') -----
+ registry
+ 	"Private - unit test support"
+ 	^Registry!

Item was added:
+ ----- Method: MCMcmUpdater class>>registry: (in category 'registry') -----
+ registry: registry
+ 	"Private - unit test support"
+ 	Registry := registry!



More information about the Squeak-dev mailing list