diff options
Diffstat (limited to 'test/httptest.lua')
-rw-r--r-- | test/httptest.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/httptest.lua b/test/httptest.lua index d1f2b88..45d7e8d 100644 --- a/test/httptest.lua +++ b/test/httptest.lua | |||
@@ -70,7 +70,6 @@ io.write("testing request uri correctness: ") | |||
70 | local forth = cgiprefix .. "/request-uri?" .. "this+is+the+query+string" | 70 | local forth = cgiprefix .. "/request-uri?" .. "this+is+the+query+string" |
71 | local back, c, h = http.request("http://" .. host .. forth) | 71 | local back, c, h = http.request("http://" .. host .. forth) |
72 | if not back then fail(c) end | 72 | if not back then fail(c) end |
73 | print(back) | ||
74 | back = url.parse(back) | 73 | back = url.parse(back) |
75 | if similar(back.query, "this+is+the+query+string") then print("ok") | 74 | if similar(back.query, "this+is+the+query+string") then print("ok") |
76 | else fail(back.query) end | 75 | else fail(back.query) end |