From: Rasmus Lerdorf Date: Wed, 31 Aug 2011 07:19:20 +0000 (+0000) Subject: Fix test. I have no idea why the test author didn't expect to get back X-Git-Tag: php-5.4.0beta1~327 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b4ac6bb8f5b2b991fcccbcc51749ec655ba4d10;p=php 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. --- 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!