diff body.t @ 258:9f0ed4d54ae3

Tests: remove/adjust TODOs. FastCGI keepalive fixes were committed in 1.3.12, and regression with client_body_in_file_only was fixed.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 01 Feb 2013 21:27:42 +0400
parents 0cc5269bc62c
children 970bb423e59f
line wrap: on
line diff
--- a/body.t
+++ b/body.t
@@ -117,16 +117,11 @@ like(http_get_body('/discard', '01234567
 	'0123456789', 'foobar'), qr/(TEST.*){4}/ms,
 	'body discard 2');
 
-TODO: {
-local $TODO = 'broken by 1.3.9';
-
 # proxy with file only
 
-like(http_get_body('/small', '0123456789') || '',
+like(http_get_body('/small', '0123456789'),
 	qr/X-Body: 0123456789\x0d?$/ms, 'small body in file only');
 
-}
-
 ###############################################################################
 
 sub read_body_file {