diff 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
line wrap: on
line diff
--- a/xslt_params.t
+++ b/xslt_params.t
@@ -86,7 +86,7 @@ EOF
 $t->write_file('x2', '<root>data</root>');
 $t->write_file('x3', '<root>data</root>');
 
-$t->try_run('no xslt_param')->plan(3);
+$t->run()->plan(3);
 
 ###############################################################################