]> granicus.if.org Git - php/commitdiff
Fixing test
authorUlf Wendel <uw@php.net>
Mon, 28 Sep 2009 10:42:36 +0000 (10:42 +0000)
committerUlf Wendel <uw@php.net>
Mon, 28 Sep 2009 10:42:36 +0000 (10:42 +0000)
ext/mysqli/tests/mysqli_info.phpt

index 5094b9a8d3571f47c168c98440d3949c0c3e25f3..caa7c9010353c525183bb24db7a9d981fbe6e345 100644 (file)
@@ -85,7 +85,7 @@ require_once('skipifconnectfailure.inc');
                        }
 
                        if (!is_string($tmp = mysqli_info($link)) || ('' == $tmp))
-                               printf("[015] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
+                               printf("[016] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
 
                        unlink($file);
                } while (false);