]> granicus.if.org Git - php/commitdiff
Fix test. First element within the parantheses is a SQL status code. Should please...
authorUlf Wendel <uw@php.net>
Thu, 1 Sep 2011 14:04:52 +0000 (14:04 +0000)
committerUlf Wendel <uw@php.net>
Thu, 1 Sep 2011 14:04:52 +0000 (14:04 +0000)
ext/mysqli/tests/mysqli_select_db.phpt

index 7527a1313b5063f83b581c8d051b9a0c79426e2e..ee04eacb6a447b25a1f67f00dc69f076f22e3693 100644 (file)
@@ -98,7 +98,7 @@ require_once('skipifconnectfailure.inc');
 --CLEAN--
 <?php require_once("clean_table.inc"); ?>
 --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