Changeset 1915

Show
Ignore:
Timestamp:
08/15/2007 11:40:19 AM (12 months ago)
Author:
jan
Message:

fixed testcase for #1276

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/mod-cgi.t

    r1914 r1915  
    123123EOF 
    124124 ); 
    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' => '' } ]; 
    126126ok($tf->handle_http($t) == 0, 'cgi-env: CONTENT_LENGTH'); 
    127127