Nicolas Cellier uploaded a new version of CollectionsTests to project The Trunk:
http://source.squeak.org/trunk/CollectionsTests-nice.164.mcz==================== Summary ====================
Name: CollectionsTests-nice.164
Author: nice
Time: 5 June 2010, 10:10:52.808 am
UUID: 5bf38c07-604c-404e-b9d5-4e8d9783e275
Ancestors: CollectionsTests-cmm.163
Provides a non-regression test for ByteArray>>isLiteral
=============== Diff against CollectionsTests-cmm.163 ===============
Item was added:
+ ----- Method: ByteArrayTest>>testIsLiteral (in category 'hex tests') -----
+ testIsLiteral
+ self assert: #[122 43 213 7] isLiteral description: 'ByteArray instances are literal'.
+ self deny: thisContext method isLiteral description: 'ByteArray sub instances are not literal'!