The Trunk: SUnit-fbs.96.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-fbs.96.mcz

commits-2
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.!