# HG changeset patch # User Maxim Dounin # Date 1382111355 -14400 # Node ID e102fc6db9462748ba007a30c9a60241e68f1bc2 # Parent 918dc7aa50f1b6634cf9be544a78a63af15172f7 Tests: adjust "satisfy" TODO, fix committed. diff -r 918dc7aa50f1 -r e102fc6db946 auth_request_satisfy.t --- a/auth_request_satisfy.t Thu Oct 17 05:12:16 2013 +0400 +++ b/auth_request_satisfy.t Fri Oct 18 19:49:15 2013 +0400 @@ -135,7 +135,7 @@ 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');