The Trunk: SUnit-mt.118.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: SUnit-mt.118.mcz

commits-2
Marcel Taeumel uploaded a new version of SUnit to project The Trunk:
http://source.squeak.org/trunk/SUnit-mt.118.mcz

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

Name: SUnit-mt.118
Author: mt
Time: 9 September 2019, 3:30:50.56487 pm
UUID: db2ce542-93c4-47ff-b855-726d56f4cdee
Ancestors: SUnit-mt.117

Partially revert time measurement for tests to make smalltalkCI-dependent projects build against Trunk again.

Still investigating a solution for that. :-)

=============== Diff against SUnit-mt.117 ===============

Item was changed:
  ----- Method: TestCase>>run: (in category 'running') -----
  run: aResult
+ aResult runCase: self.
- aResult runCaseMeasured: self.
  !