Changeset 18361 for lang/perl/HTTP-Engine-Compat/trunk/t/010_core/request_processor-response_error.t
- Timestamp:
- 08/28/08 08:08:56 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine-Compat/trunk/t/010_core/request_processor-response_error.t
r17578 r18361 38 38 $code->(); 39 39 } HTTP::Request->new( GET => 'http://localhost/'); 40 is $res-> code, 200;41 is $res-> content, $content, $content;40 is $res->status, 200; 41 is $res->body, $content, $content; 42 42 } 43 43 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)