diff proxy_cache_lock.t @ 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 071e8941e3bf
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');