# HG changeset patch # User Maxim Dounin # Date 1328540639 -14400 # Node ID 0ab1f0e978b5665644fc8b866182b2fa4df53058 # Parent 3f59e6a843bd8922204485f0beff86e241b971c4 Tests: variables for headers with hash == 0 fixed, remove TODO. Fixed in 1.1.11/1.0.12. diff --git a/http_variables.t b/http_variables.t --- 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)'); -} ###############################################################################