changeset 265:a4e46d78ea6d

Tests: enabled realip tests for multiple X-Forwarded-For headers.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 27 Feb 2013 17:31:19 +0400
parents 5ed8ef14f79c
children b350a2cdbf58
files realip.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/realip.t
+++ b/realip.t
@@ -79,7 +79,7 @@ like(http_xff('/2', '10.0.1.1, 192.0.2.1
 
 TODO: {
 
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.3.14');
 
 like(http(<<EOF), qr/^X-IP: 10.0.1.1/m, 'realip multi xff recursive off');
 GET /1 HTTP/1.0