diff proxy_merge_headers.t @ 188:101b092b67e2

Tests: header merge bugs fixed 1.1.8/1.0.11, remove TODO.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 15 Dec 2011 18:48:11 +0300
parents 23f81eb0a817
children f9325406df0b
line wrap: on
line diff
--- a/proxy_merge_headers.t
+++ b/proxy_merge_headers.t
@@ -79,22 +79,12 @@ EOF
 like(http_get_ims('/'), qr/ims=;blah=blah;/,
 	'if-modified-since cleared with cache');
 
-TODO: {
-local $TODO = 'not yet';
-
 like(http_get_ims('/no/'), qr/ims=blah;blah=blah;/,
 	'if-modified-since preserved without cache');
 
-}
-
-TODO: {
-local $TODO = 'not yet';
-
 like(http_get_ims('/setbody/'), qr/blah=blah;/,
 	'proxy_set_header inherited with proxy_set_body');
 
-}
-
 ###############################################################################
 
 sub http_get_ims {