changeset 1242:1755891577af

Tests: xslt_params.t TODO adjusted, fix committed.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 16 Nov 2017 12:52:28 +0300
parents 6b4c0c80cd00
children 6ea73d9f42e0
files xslt_params.t
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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');