diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2011-08-31 07:19:20 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2011-08-31 07:19:20 +0000 |
commit | 76976d070251df172aabc77183ddc060ba83f13c (patch) | |
tree | 5911a69a9df2c9a8b7170ce76d4805bd8bba2036 /ext/pdo_mysql/tests/pdo_mysql___construct.phpt | |
parent | 25031cd387913bcd759fbf340df57194007a8114 (diff) | |
download | php-git-76976d070251df172aabc77183ddc060ba83f13c.tar.gz |
Fix test. I have no idea why the test author didn't expect to get back
latin2 when the test is setting it to latin2 here. Both PHP and MySQL
are doing the right thing here.
Diffstat (limited to 'ext/pdo_mysql/tests/pdo_mysql___construct.phpt')
-rw-r--r-- | ext/pdo_mysql/tests/pdo_mysql___construct.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql___construct.phpt b/ext/pdo_mysql/tests/pdo_mysql___construct.phpt index 46015533d4..dfef6a8eba 100644 --- a/ext/pdo_mysql/tests/pdo_mysql___construct.phpt +++ b/ext/pdo_mysql/tests/pdo_mysql___construct.phpt @@ -297,4 +297,4 @@ MySQLPDOTest::skip(); [009] SQLSTATE[28000] [1045] Access denied for user 'dont%s'@'%s' (using password: YES), [n/a] n/a [010] SQLSTATE[28000] [1045] Access denied for user 'dont%s'@'%s' (using password: YES), [n/a] n/a [017] DSN=%s, SQLSTATE[%s] [%d] %s -[033] DSN = mysql:%s, character sets has not been set, @@character_set_connection reports 'latin1', expecting 'latin2'done! +done! |