[squeak-dev] The Trunk: SUnitGUI-mt.76.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Sep 30 09:12:01 UTC 2019


Marcel Taeumel uploaded a new version of SUnitGUI to project The Trunk:
http://source.squeak.org/trunk/SUnitGUI-mt.76.mcz

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

Name: SUnitGUI-mt.76
Author: mt
Time: 30 September 2019, 11:12:00.84171 am
UUID: e740e7cc-b7e0-374b-a7ad-1a06e32fa176
Ancestors: SUnitGUI-mt.75

Fix oversight from last commit. Sorry for the noise.

=============== Diff against SUnitGUI-mt.75 ===============

Item was changed:
  ----- Method: TestRunner>>categorySelected (in category 'accessing-categories') -----
  categorySelected
+ 	^ categoryIndex ifNil: [0]!
- 	^ categoryIndex!



More information about the Squeak-dev mailing list