Changeset 2156
- Timestamp:
- 04/23/2008 07:45:05 PM (4 months ago)
- Files:
-
- 1 modified
-
branches/lighttpd-1.4.x/tests/mod-fastcgi.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.4.x/tests/mod-fastcgi.t
r2099 r2156 66 66 ); 67 67 $t->{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.0', 'HTTP-Status' => 200, 'HTTP-Content' => '/get-server-env.php' } ]; 68 ok($tf->handle_http($t) == 0, '$_SERVER[" PHP_SELF"]');68 ok($tf->handle_http($t) == 0, '$_SERVER["SCRIPT_NAME"]'); 69 69 70 70 $t->{REQUEST} = ( <<EOF

