[squeak-dev] The Trunk: SUnit-ul.86.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Jun 18 08:56:38 UTC 2011


Levente Uzonyi uploaded a new version of SUnit to project The Trunk:
http://source.squeak.org/trunk/SUnit-ul.86.mcz

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

Name: SUnit-ul.86
Author: ul
Time: 17 June 2011, 4:44:01.669 pm
UUID: 4788abd2-9471-e84f-8b46-f5332a033543
Ancestors: SUnit-ul.85

- Use #repeat instead of [ true ] whileTrue and friends.

=============== Diff against SUnit-ul.85 ===============

Item was changed:
  ----- Method: SUnitTest>>testTestTimeoutLoop (in category 'testing') -----
  testTestTimeoutLoop
  	<timeout: 1>
+ 	self should:[[] repeat] raise: TestFailure.
- 	self should:[[true] whileTrue.] raise: TestFailure.
  !




More information about the Squeak-dev mailing list