[squeak-dev] The Trunk: CollectionsTests-ct.369.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jan 31 19:39:20 UTC 2022


Christoph Thiede uploaded a new version of CollectionsTests to project The Trunk:
http://source.squeak.org/trunk/CollectionsTests-ct.369.mcz

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

Name: CollectionsTests-ct.369
Author: ct
Time: 31 January 2022, 8:39:18.874214 pm
UUID: fba67563-daba-a34c-b997-51f8bf8c153d
Ancestors: CollectionsTests-ct.368

Complements SUnit-ct.130 (deprecation of TestResult error) and SUnit-ct.138 (new convenience #shouldRaiseError:).

=============== Diff against CollectionsTests-ct.368 ===============

Item was changed:
  ----- Method: SetTest>>testIllegal (in category 'tests - original tests') -----
  testIllegal
+ 	self shouldRaiseError: [empty at: 5].
+ 	self shouldRaiseError: [empty at: 5 put: #abc].!
- 	self 
- 		should: [empty at: 5] raise: TestResult error.
- 	self 
- 		should: [empty at: 5 put: #abc] raise: TestResult error.
- 			!



More information about the Squeak-dev mailing list