comparison xslt_params.t @ 397:847ea345becb

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 05 May 2014 11:46:01 +0400
parents c28ecaef065f
children e9064d691790
comparison
equal deleted inserted replaced
396:5eb0df61f371 397:847ea345becb
84 84
85 $t->write_file('x1', '<root>data</root>'); 85 $t->write_file('x1', '<root>data</root>');
86 $t->write_file('x2', '<root>data</root>'); 86 $t->write_file('x2', '<root>data</root>');
87 $t->write_file('x3', '<root>data</root>'); 87 $t->write_file('x3', '<root>data</root>');
88 88
89 $t->try_run('no xslt_param')->plan(3); 89 $t->run()->plan(3);
90 90
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');