# HG changeset patch # User Dmitry Volyntsev # Date 1588163584 0 # Node ID 84a1e16819e5c69ae5e8e1b6679b2001b4e392ab # Parent fe938b5daf80a7412b34b282bc7aa7a9d2d29a59 Tests: js TODO adjusted. diff --git a/js_headers.t b/js_headers.t --- a/js_headers.t +++ b/js_headers.t @@ -375,11 +375,6 @@ like(http( . 'Host: localhost' . CRLF . CRLF ), qr/x-forwarded-for: foo/, 'r.headersIn xff'); - -TODO: { -local $TODO = 'not yet' - unless http_get('/njs') =~ /^([.0-9]+)$/m && $1 ge '0.3.6'; - like(http( 'GET /hdr_in HTTP/1.0' . CRLF . 'Cookie: foo1' . CRLF @@ -394,12 +389,6 @@ like(http( . 'Host: localhost' . CRLF . CRLF ), qr/x-forwarded-for: foo1, foo2/, 'r.headersIn xff2'); -} - -TODO: { -local $TODO = 'not yet' - unless http_get('/njs') =~ /^([.0-9]+)$/m && $1 ge '0.3.7'; - like(http( 'GET /hdr_sorted_keys?in=1 HTTP/1.0' . CRLF . 'Cookie: foo1' . CRLF @@ -413,6 +402,4 @@ like(http( . 'Host: localhost' . CRLF . CRLF ), qr/a,b,c/, 'r.headersOut sorted keys'); -} - ###############################################################################