[squeak-dev] The Trunk: SUnit-fbs.96.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Nov 6 18:38:18 UTC 2013


Frank Shearar uploaded a new version of SUnit to project The Trunk:
http://source.squeak.org/trunk/SUnit-fbs.96.mcz

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

Name: SUnit-fbs.96
Author: fbs
Time: 6 November 2013, 6:38:17.322 pm
UUID: 51fae66a-7146-aa4b-89b0-f7063528bd95
Ancestors: SUnit-fbs.95

More #shouldnt:raise: Error fixes.

=============== Diff against SUnit-fbs.95 ===============

Item was changed:
  ----- Method: ClassTestCase>>testNew (in category 'tests') -----
  testNew
+ 	"This should not throw an exception."
+ 	self targetClass new.!
- 	self shouldnt: [self targetClass new] raise: Error.!



More information about the Squeak-dev mailing list