From c9730974686070bc180c016d126930d3b3ca0ada Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 5 Jul 2011 10:09:04 +0000 Subject: Remove debug print of r32410. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/webrick/test_httpauth.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/webrick') diff --git a/test/webrick/test_httpauth.rb b/test/webrick/test_httpauth.rb index 6cfdcc4553..5833cb9eb9 100644 --- a/test/webrick/test_httpauth.rb +++ b/test/webrick/test_httpauth.rb @@ -153,7 +153,7 @@ class TestWEBrickHTTPAuth < Test::Unit::TestCase "#{Digest::MD5.hexdigest(ha1)}:" \ "#{params['nonce']}:#{'%08x' % nonce_count}:#{cnonce}:#{params['qop']}:" \ "#{Digest::MD5.hexdigest(ha2)}" - p header = "Digest username=\"#{user}\"" \ + "Digest username=\"#{user}\"" \ ", realm=\"#{params['realm']}\"" \ ", nonce=\"#{params['nonce']}\"" \ ", uri=\"#{params['uri']}\"" \ -- cgit v1.2.3