diff options
| author | Ulf Wendel <uw@php.net> | 2011-09-01 14:04:52 +0000 |
|---|---|---|
| committer | Ulf Wendel <uw@php.net> | 2011-09-01 14:04:52 +0000 |
| commit | 46910fd722480dfeac3d8798f290060ff8a44967 (patch) | |
| tree | d2b0b2ee7ee82d403e0aebebff5b97527676614b /ext | |
| parent | e1813b69c52fbe37834771bcab91eebe3a43738c (diff) | |
| download | php-git-46910fd722480dfeac3d8798f290060ff8a44967.tar.gz | |
Fix test. First element within the parantheses is a SQL status code. Should please gcov
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/mysqli/tests/mysqli_select_db.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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-- <?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 |
