# HG changeset patch # User Sergey Kandaurov # Date 1542802550 -10800 # Node ID db77d757ded426df784a999525a5a961b19874a3 # Parent 2b461d4af65f859529e029d00fba9a73990e8806 Tests: proxy_variables.t TODO adjusted, fix committed. diff --git a/proxy_variables.t b/proxy_variables.t --- a/proxy_variables.t +++ b/proxy_variables.t @@ -107,7 +107,7 @@ cmp_ok($ct, '<', 1, 'connect time - next cmp_ok($ct2, '<', 1, 'connect time - next 2'); TODO: { -local $TODO = 'not yet'; +local $TODO = 'not yet' unless $t->has_version('1.15.7'); is($ht, '-', 'header time - next'); @@ -117,7 +117,7 @@ cmp_ok($ht2, '<', 1, 'header time - next cmp_ok($rt, '>=', 1, 'response time - next'); TODO: { -local $TODO = 'not yet'; +local $TODO = 'not yet' unless $t->has_version('1.15.7'); is($rt2, '-', 'response time - next 2');