Nicolas Cellier uploaded a new version of Protocols to project The Trunk:
http://source.squeak.org/trunk/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!