comparison xslt_params.t @ 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 97c8280de681
comparison
equal deleted inserted replaced
1241:6b4c0c80cd00 1242:1755891577af
91 ############################################################################### 91 ###############################################################################
92 92
93 like(http_get("/x1"), qr!200 OK.*param1=value1.*param2=data.*param3=value3!ms, 93 like(http_get("/x1"), qr!200 OK.*param1=value1.*param2=data.*param3=value3!ms,
94 'params from xslt_stylesheet'); 94 'params from xslt_stylesheet');
95 95
96 # before 1.13.7, nginx used to overwrite xslt_stylesheet configuration data
97
96 TODO: { 98 TODO: {
97 local $TODO = 'not yet'; 99 local $TODO = 'not yet' unless $t->has_version('1.13.7');
98 100
99 like(http_get("/x1"), qr!200 OK.*param1=value1.*param2=data.*param3=value3!ms, 101 like(http_get("/x1"), qr!200 OK.*param1=value1.*param2=data.*param3=value3!ms,
100 'params from xslt_stylesheet again'); 102 'params from xslt_stylesheet again');
101 103
102 } 104 }