[squeak-dev] The Trunk: Tests-fbs.284.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jan 9 12:22:36 UTC 2014


Frank Shearar uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-fbs.284.mcz

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

Name: Tests-fbs.284
Author: fbs
Time: 9 January 2014, 12:21:46.051 pm
UUID: dae85e49-a91e-0d44-8db4-adecd2e9d43e
Ancestors: Tests-cwp.283

Improve the error messages for CI.

=============== Diff against Tests-cwp.283 ===============

Item was changed:
  ----- Method: EnvironmentTest>>testUndeclare (in category 'binding tests') -----
  testUndeclare
  	| one two |
  	one := env undeclare: #Griffle.
  	two := env bindingOf: #Griffle.
+ 	self assert: one == two description: '#bindingOf: value doesn''t match that returned by #undeclare'.
+ 	self assert: Global equals: one class description: 'Type of binding'.
+ 	self assert: nil equals: one value description: 'Value of binding'.!
- 	self assert: one == two. 
- 	self assert: one class == Global.
- 	self assert: one value isNil!



More information about the Squeak-dev mailing list