X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fwrap-cgi.t;h=842e659963ed39eea4a597eb84e8b5e2d0856a65;hb=05f3f060f92985dd99c3e4a4577aa3284efca2fe;hp=9a2d6b02e65a3d8407c715f652bd7acbf0276a12;hpb=dd85badfbbc0fd644040d0e95e6398c7ecf65776;p=catagits%2FCatalyst-Controller-WrapCGI.git diff --git a/t/wrap-cgi.t b/t/wrap-cgi.t index 9a2d6b0..842e659 100644 --- a/t/wrap-cgi.t +++ b/t/wrap-cgi.t @@ -47,8 +47,8 @@ $response = request '/cgi-bin/test_pathinfo.cgi/path/%2Finfo'; is($response->content, '/path//info', 'PATH_INFO is correct'); $response = request '/cgi-bin/test_filepathinfo.cgi/path/%2Finfo'; -is($response->content, '/test_filepath_info/path/%2Finfo', - 'FILEPATH_INFO is correct (maybe)'); +is($response->content, '/test_filepath_info/path//info', + 'FILEPATH_INFO is correct'); $response = request '/cgi-bin/mtfnpy/test_scriptname.cgi/foo/bar'; is($response->content, '/cgi-bin/mtfnpy/test_scriptname.cgi',