[squeak-dev] The Trunk: KernelTests-nice.266.mcz

commits at source.squeak.org commits at source.squeak.org
Fri May 2 14:12:52 UTC 2014


Nicolas Cellier uploaded a new version of KernelTests to project The Trunk:
http://source.squeak.org/trunk/KernelTests-nice.266.mcz

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

Name: KernelTests-nice.266
Author: nice
Time: 2 May 2014, 4:12:26.353 pm
UUID: 48655368-d9cd-4a73-ae47-fa616834ea06
Ancestors: KernelTests-dtl.265

Get rid of a useless shouldnt:raise:

=============== Diff against KernelTests-dtl.265 ===============

Item was changed:
  ----- Method: IntegerTest>>testNthRoot (in category 'tests - mathematical functions') -----
  testNthRoot
- 	
- 	self shouldnt: [ (1 << 2000 nthRoot: 100) ] raise: ArithmeticError.
  	self assert: (1 << 2000 nthRoot: 100) equals: 1 << 20!



More information about the Squeak-dev mailing list