From: Ilia Alshanetsky Date: Sun, 10 Nov 2002 20:01:56 +0000 (+0000) Subject: Added a missing '.', which is needed for proper skip check. X-Git-Tag: php-4.3.0RC1~139 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6a3b0076273f3671a5568d907cd116699750c02;p=php Added a missing '.', which is needed for proper skip check. --- diff --git a/ext/xslt/tests/xslt_backend_info.phpt b/ext/xslt/tests/xslt_backend_info.phpt index 7db91579f3..1fd849c48f 100644 --- a/ext/xslt/tests/xslt_backend_info.phpt +++ b/ext/xslt/tests/xslt_backend_info.phpt @@ -10,7 +10,7 @@ if(!function_exists('xslt_backend_info')) { if(xslt_backend_name() != "Sablotron") { die("skip This test currently only supports Sablotron"); } -if("No information available" == xslt_backend_info()) { +if("No information available." == xslt_backend_info()) { die("skip Information could not be detected."); } ?>