Unit test for #173 fix

git-svn-id: file:///home/svn/framework3/trunk@5272 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2008-01-06 20:07:28 +00:00
parent af9407e7b0
commit dbb22495a6
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ class Rex::Proto::Http::Packet::Header::UnitTest < Test::Unit::TestCase
"\r\n")
assert_equal('Babies', h['Eat'], 'header')
assert_equal('Satan', h['HoHo'], 'header')
assert_equal('Satan', h['hOhO'], 'header')
assert_equal("POST /foo HTTP/1.0\r\n", h.cmd_string, 'cmd_string')
end