diff auth_request_satisfy.t @ 350:e102fc6db946

Tests: adjust "satisfy" TODO, fix committed.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 18 Oct 2013 19:49:15 +0400
parents 918dc7aa50f1
children 847ea345becb
line wrap: on
line diff
--- a/auth_request_satisfy.t
+++ b/auth_request_satisfy.t
@@ -135,7 +135,7 @@ like(http_get('/any/basic+open'), qr/ 40
 like(http_get('/any/basic+unauthorized'), qr/ 401 /, 'any basic+unauthorized');
 
 TODO: {
-local $TODO = 'not yet, ticket 285';
+local $TODO = 'not yet, ticket 285' unless $t->has_version('1.5.7');
 
 like(http_get('/any/basic+forbidden'), qr/ 401 /, 'any basic+forbidden');