From 83551a71c4b7bced8f81cf2dbc72167067e8a43c Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Thu, 1 Sep 2011 14:04:52 +0000 Subject: [PATCH] Fix test. First element within the parantheses is a SQL status code. Should please gcov --- ext/mysqli/tests/mysqli_select_db.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mysqli/tests/mysqli_select_db.phpt b/ext/mysqli/tests/mysqli_select_db.phpt index 7527a1313b..ee04eacb6a 100644 --- a/ext/mysqli/tests/mysqli_select_db.phpt +++ b/ext/mysqli/tests/mysqli_select_db.phpt @@ -98,7 +98,7 @@ require_once('skipifconnectfailure.inc'); --CLEAN-- --EXPECTF-- -Warning: mysqli_select_db(): (%d/%d): Unknown database '%s' in %s on line %d +Warning: mysqli_select_db(): (%s/%d): Unknown database '%s' in %s on line %d Warning: mysqli_select_db(): Couldn't fetch mysqli in %s on line %d done! \ No newline at end of file -- 2.40.0