]> granicus.if.org Git - php/commitdiff
Fix test. I have no idea why the test author didn't expect to get back
authorRasmus Lerdorf <rasmus@php.net>
Wed, 31 Aug 2011 07:19:20 +0000 (07:19 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Wed, 31 Aug 2011 07:19:20 +0000 (07:19 +0000)
latin2 when the test is setting it to latin2 here. Both PHP and MySQL
are doing the right thing here.

ext/pdo_mysql/tests/pdo_mysql___construct.phpt

index 46015533d4a053ff35bd7979a81b0715f1d5844b..dfef6a8eba6bdc37c5e19760ef7a70db94d11b8f 100644 (file)
@@ -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!