From 1e0d7fc509ff76d1d1943300acb6a4fe6646b8eb Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Mon, 28 Sep 2009 10:42:36 +0000 Subject: [PATCH] Fixing test --- ext/mysqli/tests/mysqli_info.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mysqli/tests/mysqli_info.phpt b/ext/mysqli/tests/mysqli_info.phpt index 5094b9a8d3..caa7c90103 100644 --- a/ext/mysqli/tests/mysqli_info.phpt +++ b/ext/mysqli/tests/mysqli_info.phpt @@ -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); -- 2.50.1