diff proxy_noclose.t @ 224:ba992cfdc606

Tests: remove TODO from tests which pass in 1.2.x.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 03 Jun 2012 14:47:10 +0400
parents c0ae29632905
children 6a0d934950bc
line wrap: on
line diff
--- a/proxy_noclose.t
+++ b/proxy_noclose.t
@@ -73,14 +73,15 @@ EOF
 
 ###############################################################################
 
+like(http_get('/'), qr/SEE-THIS/, 'request to bad backend');
+like(http_get('/multi'), qr/AND-THIS/, 'bad backend - multiple packets');
+like(http_get('/uselen'), qr/SEE-THIS/, 'content-length actually used');
+
 TODO: {
-local $TODO = 'not fixed yet, patches under review';
+local $TODO = 'not yet';
 local $SIG{__WARN__} = sub {};
 
-like(http_get('/'), qr/SEE-THIS/, 'request to bad backend');
-like(http_get('/multi'), qr/AND-THIS/, 'bad backend - multiple packets');
 like(http_get('/nolen'), qr/SEE-THIS/, 'bad backend - no content length');
-like(http_get('/uselen'), qr/SEE-THIS/, 'content-length actually used');
 
 }