# HG changeset patch # User Maxim Dounin # Date 1368796207 -14400 # Node ID f62137d1b5b14c7e4db5512b0c4953f75bc9452e # Parent 484b713f57b06e207d9bbc2569e5eef9a190f114 Tests: proxy_set_body TODO adjusted. diff --git a/proxy_set_body.t b/proxy_set_body.t --- 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');