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

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Mon Dec 16 11:02:53 UTC 2019


Hi Jakob!


What do you mean exactly?


For usage examples, see http://forum.world.st/The-Inbox-Kernel-ct-1286-mcz-td5108164.html and the attachment (I tried to send it a few days ago, but the server rejected it).


Best,

Christoph

________________________________
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von Jakob Reschke <forums.jakob at resfarm.de>
Gesendet: Sonntag, 15. Dezember 2019 12:59:29
An: squeak-dev at lists.squeakfoundation.org
Betreff: Re: [squeak-dev] The Inbox: SUnit-ct.123.mcz

Haha it was even coded as it has now fallen out of favor. ^^

When is this default category used/relevant?

<commits at source.squeak.org<mailto:commits at source.squeak.org>> schrieb am So., 15. Dez. 2019, 12:15:
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!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20191216/3bde47d6/attachment.html>


More information about the Squeak-dev mailing list