The Trunk: Tests-ar.48.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-ar.48.mcz

commits-2
Andreas Raab uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-ar.48.mcz

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

Name: Tests-ar.48
Author: ar
Time: 25 February 2010, 11:47:02.896 pm
UUID: 773d9c63-ed0a-e842-81b0-8b951888711c
Ancestors: Tests-kb.47

Add a test for SecureHashAlgorithm with empty input.

=============== Diff against Tests-kb.47 ===============

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