Created
January 11, 2011 00:36
-
-
Save hdp/773787 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
t/Plack-Handler/fcgi.t ......................... 1/? # Testing with lighttpd 1.4.19 | |
t/Plack-Handler/fcgi.t ......................... 87/? | |
# Failed test at /home/hdp/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/Test/More.pm line 372. | |
# got: '' | |
# expected: '/fastcgi' | |
t/Plack-Handler/fcgi.t ......................... 109/? | |
# Failed test at /home/hdp/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/Test/More.pm line 372. | |
# got: 'REQUEST_METHOD:GET | |
# PATH_INFO:/fastcgi/foo/ | |
# QUERY_STRING:dankogai=kogaidan | |
# SERVER_NAME:127.0.0.1 | |
# SERVER_PORT:10881 | |
# ' | |
# expected: 'REQUEST_METHOD:GET | |
# PATH_INFO:/foo/ | |
# QUERY_STRING:dankogai=kogaidan | |
# SERVER_NAME:127.0.0.1 | |
# SERVER_PORT:10881 | |
# ' | |
# Failed test 'PATH_INFO should be decoded per RFC 3875' | |
# at /home/hdp/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/Test/More.pm line 372. | |
# got: '/fastcgi/foo/bar,baz' | |
# expected: '/foo/bar,baz' | |
# Failed test 'PATH_INFO should be decoded only once, per RFC 3875' | |
# at /home/hdp/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/Test/More.pm line 372. | |
# got: '/fastcgi/foo/bar%2cbaz' | |
# expected: '/foo/bar%2cbaz' | |
# Failed test at /home/hdp/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/Test/More.pm line 372. | |
# got: '/fastcgi/fooあ' | |
# expected: '/fooあ' | |
# Failed test at /home/hdp/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/Test/More.pm line 372. | |
# got: '/fastcgi/foo///bar/baz' | |
# expected: '/foo///bar/baz' | |
# Looks like you failed 6 tests of 172. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment