[squeak-dev] The Inbox: SUnit-ct.123.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Dec 14 16:11:23 UTC 2019


A new version of SUnit was added to project The Inbox:
http://source.squeak.org/inbox/SUnit-ct.123.mcz

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

Name: SUnit-ct.123
Author: ct
Time: 14 December 2019, 5:11:22.150612 pm
UUID: f8c712ef-a9a2-2944-b1a4-93062186beb3
Ancestors: SUnit-ct.121

Refine default message category for test selectors

=============== Diff against SUnit-ct.121 ===============

Item was changed:
  ----- Method: TestCase class>>defaultCategoryForSelector: (in category 'organization') -----
  defaultCategoryForSelector: aSelector
  
  	aSelector isTestSelector
+ 		ifTrue: [^ #tests].
- 		ifTrue: [^ #testing].
  	^ super defaultCategoryForSelector: aSelector!



More information about the Squeak-dev mailing list