mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/digest/test_digest_hmac.rb: added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5038db866f
commit
541ecc66d8
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Wed Oct 25 17:16:05 2006 Akinori MUSHA <knu@iDaemons.org>
|
||||||
|
|
||||||
|
* test/digest/test_digest_hmac.rb: added.
|
||||||
|
|
||||||
Wed Oct 25 16:34:31 2006 Akinori MUSHA <knu@iDaemons.org>
|
Wed Oct 25 16:34:31 2006 Akinori MUSHA <knu@iDaemons.org>
|
||||||
|
|
||||||
* ext/digest/test.sh: make this script work again.
|
* ext/digest/test.sh: make this script work again.
|
||||||
|
|
3
test/digest/test_digest_hmac.rb
Normal file
3
test/digest/test_digest_hmac.rb
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
require 'pathname'
|
||||||
|
require Pathname.new(__FILE__).dirname.join('../inlinetest.rb')
|
||||||
|
InlineTest.loadtest__END__part('digest/hmac.rb')
|
Loading…
Add table
Add a link
Reference in a new issue