From 90ad13cca1557ee4dc807a9832c6b244b31906b7 Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Wed, 11 Jul 2007 15:17:47 +0000 Subject: [PATCH] Whitespace and new checks for default connection. --- ext/mysql/tests/mysql_insert_id.phpt | 97 +++++++++++++++------------- ext/mysql/tests/mysql_list_dbs.phpt | 67 ++++++++++--------- 2 files changed, 90 insertions(+), 74 deletions(-) diff --git a/ext/mysql/tests/mysql_insert_id.phpt b/ext/mysql/tests/mysql_insert_id.phpt index ab648e8a01..850c9e8251 100644 --- a/ext/mysql/tests/mysql_insert_id.phpt +++ b/ext/mysql/tests/mysql_insert_id.phpt @@ -2,53 +2,60 @@ mysql_insert_id() --SKIPIF-- - --FILE-- --EXPECTF-- Warning: mysql_insert_id(): %d is not a valid MySQL-Link resource in %s on line %d diff --git a/ext/mysql/tests/mysql_list_dbs.phpt b/ext/mysql/tests/mysql_list_dbs.phpt index 6f8cacb1d4..5050f01901 100644 --- a/ext/mysql/tests/mysql_list_dbs.phpt +++ b/ext/mysql/tests/mysql_list_dbs.phpt @@ -4,35 +4,44 @@ mysql_list_dbs() --FILE-- --EXPECTF-- done! -- 2.50.1