changeset 286:f62137d1b5b1

Tests: proxy_set_body TODO adjusted.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 17 May 2013 17:10:07 +0400
parents 484b713f57b0
children ba5b92378653
files proxy_set_body.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/proxy_set_body.t
+++ b/proxy_set_body.t
@@ -78,7 +78,7 @@ EOF
 like(http_get('/'), qr/X-Body: body/, 'proxy_set_body');
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.5.1');
 
 like(http_get('/p1'), qr/X-Body: body two/, 'proxy_set_body twice');