The Trunk: SUnit-cmm.92.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-cmm.92.mcz

commits-2
Chris Muller uploaded a new version of SUnit to project The Trunk:
http://source.squeak.org/trunk/SUnit-cmm.92.mcz

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

Name: SUnit-cmm.92
Author: cmm
Time: 6 February 2013, 3:38:16.462 pm
UUID: 774a756e-adf4-424e-9c52-dbb10c18cd3d
Ancestors: SUnit-eem.91

Remove obsolete test.

=============== Diff against SUnit-eem.91 ===============

Item was removed:
- ----- Method: SUnitTest>>testIsNotRerunOnDebug (in category 'testing') -----
- testIsNotRerunOnDebug
-
- | case |
-
- case := self class selector: #testRanOnlyOnce.
- case run.
- case debug
- !