Marcel Taeumel uploaded a new version of SUnit to project The Trunk:
http://source.squeak.org/trunk/SUnit-mt.105.mcz==================== Summary ====================
Name: SUnit-mt.105
Author: mt
Time: 13 August 2016, 9:13:59.488008 am
UUID: 7dac7cca-3f8c-9943-8fad-33753c294bbf
Ancestors: SUnit-pre.104
Preference help text updates. Thanks Tim R.!
=============== Diff against SUnit-pre.104 ===============
Item was changed:
----- Method: LongTestCase class>>shouldRun (in category 'accessing') -----
shouldRun
<preference: 'Run long test cases'
category: 'SUnit'
+ description: 'If true, the tests defined as taking a long time to run (those in subclasses of LongTestCase) will run when they are selected in the Test Runner.'
- description: 'If true, the tests defined in subclasses of LongTestCase will run, if they are selected in the Test Runner, otherwise not. As the name suggests, running these tests can take a long time.'
type: #Boolean>
^ShouldRun ifNil: [ true ]!