]> granicus.if.org Git - php/commitdiff
Added a missing '.', which is needed for proper skip check.
authorIlia Alshanetsky <iliaa@php.net>
Sun, 10 Nov 2002 20:01:56 +0000 (20:01 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 10 Nov 2002 20:01:56 +0000 (20:01 +0000)
ext/xslt/tests/xslt_backend_info.phpt

index 7db91579f39af4e58dc3066b7f431719ef0e758c..1fd849c48ffbb71462efa837bd49b6f3d8b5b721 100644 (file)
@@ -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.");
 }
 ?>