Levente Uzonyi uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-ul.240.mcz==================== Summary ====================
Name: MorphicExtras-ul.240
Author: ul
Time: 13 June 2018, 1:27:39.374351 pm
UUID: 1f754fe4-0f18-4d99-aeb5-01f6a3c095f9
Ancestors: MorphicExtras-pre.239
- set AuthorName during EPSCanvasTest to avoid nagging users about it
=============== Diff against MorphicExtras-pre.239 ===============
Item was added:
+ ----- Method: EPSCanvasTest>>performTest (in category 'private') -----
+ performTest
+
+ Utilities
+ useAuthorName: self className
+ during: [ super performTest ]!