summaryrefslogtreecommitdiff
path: root/test/webrick
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-28 05:30:16 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-28 05:30:16 +0000
commitdde59a7cd4c2051e4320121313508c5422f72557 (patch)
tree4ebbb0cf624ffa6e74689adaf1d12dc76a39001e /test/webrick
parenta671a06d2574ef888018081ed29bb80851a086f7 (diff)
Fix test for r29617.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/webrick')
-rw-r--r--test/webrick/test_httprequest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/webrick/test_httprequest.rb b/test/webrick/test_httprequest.rb
index 7869c21795..0f411d9859 100644
--- a/test/webrick/test_httprequest.rb
+++ b/test/webrick/test_httprequest.rb
@@ -58,7 +58,7 @@ class TestWEBrickHTTPRequest < Test::Unit::TestCase
def test_request_uri_too_large
msg = <<-_end_of_message_
- GET /#{"a"*1024} HTTP/1.1
+ GET /#{"a"*2084} HTTP/1.1
_end_of_message_
req = WEBrick::HTTPRequest.new(WEBrick::Config::HTTP)
assert_raise(WEBrick::HTTPStatus::RequestURITooLarge){