comparison http_variables.t @ 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 f2a48c528b3b
children 5ed8ef14f79c
comparison
equal deleted inserted replaced
196:3f59e6a843bd 197:0ab1f0e978b5
85 85
86 like($log, qr!^/: -$!m, 'no header'); 86 like($log, qr!^/: -$!m, 'no header');
87 like($log, qr!^/set: max-age=3600; private; must-revalidate$!m, 87 like($log, qr!^/set: max-age=3600; private; must-revalidate$!m,
88 'multi headers'); 88 'multi headers');
89 89
90 TODO:{
91 local $TODO = 'add hash checks';
92
93 like($log, qr!^/redefine: no-cache$!m, 'ignoring headers with (hash == 0)'); 90 like($log, qr!^/redefine: no-cache$!m, 'ignoring headers with (hash == 0)');
94 }
95 91
96 ############################################################################### 92 ###############################################################################