From: Ulf Wendel Date: Thu, 1 Sep 2011 14:04:52 +0000 (+0000) Subject: Fix test. First element within the parantheses is a SQL status code. Should please... X-Git-Tag: php-5.4.0beta1~269 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83551a71c4b7bced8f81cf2dbc72167067e8a43c;p=php Fix test. First element within the parantheses is a SQL status code. Should please gcov --- 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