The Trunk: Tests-nice.49.mcz

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

The Trunk: Tests-nice.49.mcz

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

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

Name: Tests-nice.49
Author: nice
Time: 25 February 2010, 11:57:25.939 pm
UUID: 37ae0190-71ad-c140-9844-e296303302eb
Ancestors: Tests-nice.48, Tests-ar.48

merge ar.48 nice.48

=============== Diff against Tests-nice.48 ===============

Item was added:
+ ----- Method: SecureHashAlgorithmTest>>testEmptyInput (in category 'testing - examples') -----
+ testEmptyInput
+ self assert: ((SecureHashAlgorithm new hashMessage: '') radix: 16)
+ = 'DA39A3EE5E6B4B0D3255BFEF95601890AFD80709'!