# HG changeset patch # User Sergey Kandaurov # Date 1510825948 -10800 # Node ID 1755891577af7f1c0beb5229e092cb942d41c682 # Parent 6b4c0c80cd00bb462cef4c1853616f73ab5cbe5c Tests: xslt_params.t TODO adjusted, fix committed. diff --git a/xslt_params.t b/xslt_params.t --- a/xslt_params.t +++ b/xslt_params.t @@ -93,8 +93,10 @@ EOF like(http_get("/x1"), qr!200 OK.*param1=value1.*param2=data.*param3=value3!ms, 'params from xslt_stylesheet'); +# before 1.13.7, nginx used to overwrite xslt_stylesheet configuration data + TODO: { -local $TODO = 'not yet'; +local $TODO = 'not yet' unless $t->has_version('1.13.7'); like(http_get("/x1"), qr!200 OK.*param1=value1.*param2=data.*param3=value3!ms, 'params from xslt_stylesheet again');