The Trunk: CollectionsTests-nice.143.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: CollectionsTests-nice.143.mcz

commits-2
Nicolas Cellier uploaded a new version of CollectionsTests to project The Trunk:
http://source.squeak.org/trunk/CollectionsTests-nice.143.mcz

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

Name: CollectionsTests-nice.143
Author: nice
Time: 13 February 2010, 5:20:57.349 pm
UUID: bd006ade-021e-f546-9be1-de96435457fe
Ancestors: CollectionsTests-nice.142

Change expectation of Association hash
Same key, different value will never lead to a different hash now.

=============== Diff against CollectionsTests-nice.142 ===============

Item was changed:
  ----- Method: AssociationTest>>testHash (in category 'tests') -----
  testHash
 
  self
+ assert: (a hash = a copy hash)!
- assert: (a hash = a copy hash);
- deny: (a hash = b hash)!