From 4c1181a08ac1ff6b932b08a27d590e1f13a1df31 Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Wed, 11 Jul 2007 11:57:45 +0000 Subject: [PATCH] Whitespace: replacing spaces with tab to follow coding conventions. One tiny change in mysql_close.phpt: don't overrule connection parameter in any of the tests. Alway take connection parameter, including the database name ($db), from connect.inc. --- ext/mysql/tests/mysql_affected_rows.phpt | 215 +++++++++++---------- ext/mysql/tests/mysql_client_encoding.phpt | 109 ++++++----- ext/mysql/tests/mysql_close.phpt | 57 +++--- 3 files changed, 190 insertions(+), 191 deletions(-) diff --git a/ext/mysql/tests/mysql_affected_rows.phpt b/ext/mysql/tests/mysql_affected_rows.phpt index ab15d7328f..64b2d161d2 100644 --- a/ext/mysql/tests/mysql_affected_rows.phpt +++ b/ext/mysql/tests/mysql_affected_rows.phpt @@ -4,111 +4,114 @@ mysql_affected_rows() --FILE-- --EXPECTF-- -done! +done! diff --git a/ext/mysql/tests/mysql_client_encoding.phpt b/ext/mysql/tests/mysql_client_encoding.phpt index 7df38a4abb..fe94490d06 100644 --- a/ext/mysql/tests/mysql_client_encoding.phpt +++ b/ext/mysql/tests/mysql_client_encoding.phpt @@ -4,65 +4,64 @@ mysql_client_encoding() --FILE-- --EXPECTF-- done! diff --git a/ext/mysql/tests/mysql_close.phpt b/ext/mysql/tests/mysql_close.phpt index 1bf5e52081..19b13b74a4 100644 --- a/ext/mysql/tests/mysql_close.phpt +++ b/ext/mysql/tests/mysql_close.phpt @@ -2,38 +2,35 @@ mysql_close() --SKIPIF-- - --FILE-- --EXPECTF-- done! \ No newline at end of file -- 2.50.1