[squeak-dev] The Trunk: ToolsTests-ul.3.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jan 11 08:18:16 UTC 2010


Levente Uzonyi uploaded a new version of ToolsTests to project The Trunk:
http://source.squeak.org/trunk/ToolsTests-ul.3.mcz

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

Name: ToolsTests-ul.3
Author: ul
Time: 11 January 2010, 8:33:54.26 am
UUID: a7396c4e-d612-e345-af75-2584ac6f26d8
Ancestors: ToolsTests-ar.2

- code critics

=============== Diff against ToolsTests-ar.2 ===============

Item was changed:
  ----- Method: FileListTest>>checkIsServiceIsFromDummyTool: (in category 'private') -----
  checkIsServiceIsFromDummyTool: service
  	
+ 	^ (service instVarNamed: #provider) = DummyToolWorkingWithFileList and: [
+ 		service label = 'menu label' and: [
+ 		(service instVarNamed: #selector) = #loadAFileForTheDummyTool: ] ]!
- 	^ (service instVarNamed: #provider) = DummyToolWorkingWithFileList
- 	 	& service label = 'menu label'
- 		& (service instVarNamed: #selector) = #loadAFileForTheDummyTool:!




More information about the Squeak-dev mailing list