diff scgi_cache.t @ 319:e9de4da234c0

Tests: add version checks to TODOs for committed patches.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 25 Jul 2013 18:35:56 +0400
parents 26147426718c
children 847ea345becb
line wrap: on
line diff
--- a/scgi_cache.t
+++ b/scgi_cache.t
@@ -72,7 +72,7 @@ like(http_get('/nolen'), qr/HIT/, 'no le
 like(http_get('/len/empty'), qr/MISS/, 'empty length');
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.5.3');
 
 like(http_get('/len/empty'), qr/HIT/, 'empty length cached');
 }