The Trunk: SUnitGUI-mt.95.mcz

[email protected] Tue, 7 Jul 2026 07:56:30 0000
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Marcel Taeumel uploaded a new version of SUnitGUI to project The Trunk:
http://source.squeak.org/trunk/SUnitGUI-mt.95.mcz

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

Name: SUnitGUI-mt.95
Author: mt
Time: 7 July 2026, 9:56:30.051646 am
UUID: d1864eda-7bb2-4e45-b9e3-a14b35c467ca
Ancestors: SUnitGUI-mt.94

Complements SUnit-mt.153

Note that we shoudl figure out a way to clarify the differences (in TestResult) between the message #failures and what is stored inside the instVar 'failures'. Same for errors and passes. It is confusing.

=============== Diff against SUnitGUI-mt.94 ===============

Item was changed:
  ----- Method: TestRunner>>runFailures (in category 'actions') -----
  runFailures
+ 
+ 	self result resetFailures; resetUnexpectedPasses.
- 	self result resetFailures.
  	self runSuite: self suiteFailures.!

Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]