comparison 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
comparison
equal deleted inserted replaced
349:918dc7aa50f1 350:e102fc6db946
133 133
134 like(http_get('/any/basic+open'), qr/ 404 /, 'any basic+open'); 134 like(http_get('/any/basic+open'), qr/ 404 /, 'any basic+open');
135 like(http_get('/any/basic+unauthorized'), qr/ 401 /, 'any basic+unauthorized'); 135 like(http_get('/any/basic+unauthorized'), qr/ 401 /, 'any basic+unauthorized');
136 136
137 TODO: { 137 TODO: {
138 local $TODO = 'not yet, ticket 285'; 138 local $TODO = 'not yet, ticket 285' unless $t->has_version('1.5.7');
139 139
140 like(http_get('/any/basic+forbidden'), qr/ 401 /, 'any basic+forbidden'); 140 like(http_get('/any/basic+forbidden'), qr/ 401 /, 'any basic+forbidden');
141 141
142 } 142 }
143 143