changeset 499:a3b03c333ad5

Tests: adjusted proxy cache lock TODO, improved its description.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 18 Nov 2014 20:48:43 +0300
parents 420fbf3555dd
children b4d657ba1a62
files proxy_cache_lock.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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');