diff fastcgi_merge_params2.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 8d2c6358d830
line wrap: on
line diff
--- a/fastcgi_merge_params2.t
+++ b/fastcgi_merge_params2.t
@@ -67,16 +67,11 @@ EOF
 
 ###############################################################################
 
-TODO: {
-local $TODO = 'not yet';
-
 like(http_get_ims('/'), qr/ims=;/,
 	'if-modified-since cleared with cache');
 like(http_get_ims('/'), qr/iums=;/,
 	'if-unmodified-since cleared with cache');
 
-}
-
 like(http_get_ims('/no/'), qr/ims=blah;/,
 	'if-modified-since preserved without cache');
 like(http_get_ims('/no/'), qr/iums=blah;/,