From fd9137c00cddbb913f306238b23eef0c7ec45ab0 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 6 Apr 2016 08:18:32 +0200 Subject: [PATCH 1/2] add skip slow test --- ext/pdo_dblib/tests/timeout.phpt | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/pdo_dblib/tests/timeout.phpt b/ext/pdo_dblib/tests/timeout.phpt index d65046262ed..f92a7da72f1 100644 --- a/ext/pdo_dblib/tests/timeout.phpt +++ b/ext/pdo_dblib/tests/timeout.phpt @@ -3,6 +3,7 @@ PDO_DBLIB: Set query timeouts --SKIPIF-- --FILE-- From 354a682c3830cecce0e15ecff370865857e7fcd8 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 6 Apr 2016 08:21:10 +0200 Subject: [PATCH 2/2] fix test --- ext/pdo_dblib/tests/bug_45876.phpt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ext/pdo_dblib/tests/bug_45876.phpt b/ext/pdo_dblib/tests/bug_45876.phpt index 920905830a9..3d527e5ffec 100644 --- a/ext/pdo_dblib/tests/bug_45876.phpt +++ b/ext/pdo_dblib/tests/bug_45876.phpt @@ -14,8 +14,8 @@ $stmt->execute(); var_dump($stmt->getColumnMeta(0)); $stmt = null; ?> ---EXPECT-- -array(8) { +--EXPECTF-- +array(10) { ["max_length"]=> int(255) ["precision"]=> @@ -26,6 +26,10 @@ array(8) { string(13) "TABLE_CATALOG" ["native_type"]=> string(4) "char" + ["native_type_id"]=> + int(%d) + ["native_usertype_id"]=> + int(%d) ["name"]=> string(13) "TABLE_CATALOG" ["len"]=>