[Pkg] The Trunk: Tests-ar.48.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Feb 25 22:47:46 UTC 2010


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'!



More information about the Packages mailing list