changeset 197:0ab1f0e978b5

Tests: variables for headers with hash == 0 fixed, remove TODO. Fixed in 1.1.11/1.0.12.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 06 Feb 2012 19:03:59 +0400
parents 3f59e6a843bd
children d17bd21a0378
files http_variables.t
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/http_variables.t
+++ b/http_variables.t
@@ -87,10 +87,6 @@ like($log, qr!^/: -$!m, 'no header');
 like($log, qr!^/set: max-age=3600; private; must-revalidate$!m,
 	'multi headers');
 
-TODO:{
-local $TODO = 'add hash checks';
-
 like($log, qr!^/redefine: no-cache$!m, 'ignoring headers with (hash == 0)');
-}
 
 ###############################################################################