about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_http11.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_http11.rb b/test/test_http11.rb
index 3afa8c1..11d0bc3 100644
--- a/test/test_http11.rb
+++ b/test/test_http11.rb
@@ -81,6 +81,7 @@ class HttpParserTest < Test::Unit::TestCase
       parser.execute(req, get, 0)
     end
     assert parser.finished?
+    assert_equal '/forums/1/topics/2375?page=1', req['REQUEST_URI']
     assert_equal 'posts-17408', req['FRAGMENT']
   end