summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Wendel <uw@php.net>2008-07-23 13:04:18 +0000
committerUlf Wendel <uw@php.net>2008-07-23 13:04:18 +0000
commite5f38575897eb1ed01587b0a66add6b3a9fc62da (patch)
tree32997001aec9fc93a8d208422d532d44dbc65b2f
parent28a22396d4c12253f77c11095f37944a0dd661b9 (diff)
downloadphp-git-e5f38575897eb1ed01587b0a66add6b3a9fc62da.tar.gz
MFH
-rw-r--r--ext/pdo_mysql/tests/pdo_mysql___construct.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql___construct.phpt b/ext/pdo_mysql/tests/pdo_mysql___construct.phpt
index b6191d1825..8602a4971c 100644
--- a/ext/pdo_mysql/tests/pdo_mysql___construct.phpt
+++ b/ext/pdo_mysql/tests/pdo_mysql___construct.phpt
@@ -207,8 +207,6 @@ MySQLPDOTest::skip();
try {
$db = @new PDO($dsn, $user, $pass);
/* NOTE: MySQL does a fallback to the charset suggested during the handshake - no error - no bug! */
- assert(false);
- printf("%s\n", $dsn);
} catch (PDOException $e) {
$tmp = $e->getMessage();
/* TODO: add proper codes */
@@ -297,7 +295,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
-
-Warning: assert(): Assertion failed in %s on line %d
-mysql:%s
[033] DSN = mysql:%s, character sets has not been set, @@character_set_connection reports 'latin1', expecting 'latin2'done! \ No newline at end of file