Changeset 1915
- Timestamp:
- 08/15/2007 11:40:19 AM (12 months ago)
- Files:
-
- 1 modified
-
trunk/tests/mod-cgi.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/mod-cgi.t
r1914 r1915 123 123 EOF 124 124 ); 125 $t->{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.0', 'HTTP-Status' => 200, ' +Content-Length' => '' } ];125 $t->{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.0', 'HTTP-Status' => 200, 'HTTP-Content' => '' } ]; 126 126 ok($tf->handle_http($t) == 0, 'cgi-env: CONTENT_LENGTH'); 127 127

