[squeak-dev] The Trunk: Tests-ul.266.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Nov 23 21:37:22 UTC 2013


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

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

Name: Tests-ul.266
Author: ul
Time: 23 November 2013, 10:36:52.89 pm
UUID: 0f5d7f00-fd03-4fe5-b3bc-06637786db7a
Ancestors: Tests-fbs.265

- use #, for concatenation

=============== Diff against Tests-fbs.265 ===============

Item was changed:
  ----- Method: TestValueWithinFix>>testValueWithinTimingRepeat (in category 'tests') -----
  testValueWithinTimingRepeat
  	"Test timing of valueWithin:onTimeout:"
  	| time |
  	time := [
  		3 timesRepeat: [
  			[500 milliSeconds asDelay wait]
  				valueWithin: 100 milliSeconds onTimeout: []]
  	] durationToRun.
  
+ 	self assert: time < 350 milliSeconds description: 'Took ', time printString.!
- 	self assert: time < 350 milliSeconds description: 'Took ' + time printString.!



More information about the Squeak-dev mailing list