From fa168d6b3871a855e9f9882f679849e192962868 Mon Sep 17 00:00:00 2001 From: Marc Boeren Date: Fri, 15 Jun 2001 13:25:44 +0000 Subject: [PATCH] Changed username and password for pgsql in include file. --- ext/dbx/tests/dbx_test.p | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/dbx/tests/dbx_test.p b/ext/dbx/tests/dbx_test.p index d2193be246..7b704c9b8f 100644 --- a/ext/dbx/tests/dbx_test.p +++ b/ext/dbx/tests/dbx_test.p @@ -29,8 +29,8 @@ switch ($connection) { $module=DBX_PGSQL; $host=""; $database="dbx_test"; - $username=""; - $password=""; + $username="dbx_testuser"; + $password="dbx_testpassword"; $module_name="pgsql"; break; } -- 2.40.0