# HG changeset patch # User Sergey Kandaurov # Date 1416332923 -10800 # Node ID a3b03c333ad56ce50434708a2275c622d38c036b # Parent 420fbf3555ddc66f8e6b48e8014be4b3ab948753 Tests: adjusted proxy cache lock TODO, improved its description. diff --git a/proxy_cache_lock.t b/proxy_cache_lock.t --- a/proxy_cache_lock.t +++ b/proxy_cache_lock.t @@ -106,7 +106,7 @@ for my $i (1 .. 3) { } TODO: { -local $TODO = 'not yet'; +local $TODO = 'behavior change' unless $t->has_version('1.7.8'); like(http_get('/timeout'), qr/request 1/, 'lock timeout - first only cached');