[前][次][番号順一覧][スレッド一覧]

ruby-changes:20365

From: naruse <ko1@a...>
Date: Tue, 5 Jul 2011 19:09:09 +0900 (JST)
Subject: [ruby-changes:20365] naruse:r32413 (trunk): Remove debug print of r32410.

naruse	2011-07-05 19:09:04 +0900 (Tue, 05 Jul 2011)

  New Revision: 32413

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32413

  Log:
    Remove debug print of r32410.

  Modified files:
    trunk/test/webrick/test_httpauth.rb

Index: test/webrick/test_httpauth.rb
===================================================================
--- test/webrick/test_httpauth.rb	(revision 32412)
+++ test/webrick/test_httpauth.rb	(revision 32413)
@@ -153,7 +153,7 @@
       "#{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']}\"" \

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]