[Pkg] The Treated Inbox: Protocols-jr.69.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Dec 9 10:20:06 UTC 2021


Marcel Taeumel uploaded a new version of Protocols to project The Treated Inbox:
http://source.squeak.org/treated/Protocols-jr.69.mcz

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

Name: Protocols-jr.69
Author: jr
Time: 8 February 2020, 4:03:45.579789 pm
UUID: 390c7867-e2be-bb4a-b78a-502305ab6c7d
Ancestors: Protocols-eem.68

Display test result icons for tests inherited from abstract test superclasses.

Try it by browsing protocol (p) of any subclass of ClassTestCase or MCRepositoryTest.

=============== Diff against Protocols-eem.68 ===============

Item was changed:
  ----- Method: Lexicon>>messageIconAt: (in category 'message list') -----
  messageIconAt: anIndex
  	Browser showMessageIcons
  		ifFalse: [^ nil].
  	self class parse: (self messageList at: anIndex) toClassAndSelector:
  		[:class :selector |
  		^ ToolIcons iconNamed: (ToolIcons
+ 			iconForClass: targetClass
- 			iconForClass: class
  			selector: selector)].
  	
  	^ nil!



More information about the Packages mailing list