From: Greg Sabino Mullane Date: Tue, 27 Jun 2006 15:09:50 +0000 (+0000) Subject: Final "postgres" name changes. X-Git-Tag: 1.31.0-rc.0~56575 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=43971b69a0ff6b132717dbd221aee69aa4484a44;p=lhc%2Fweb%2Fwiklou.git Final "postgres" name changes. --- diff --git a/tests/LocalTestSettings.sample b/tests/LocalTestSettings.sample index 94adeccd8f..7ada2fda91 100644 --- a/tests/LocalTestSettings.sample +++ b/tests/LocalTestSettings.sample @@ -20,7 +20,7 @@ $testOptions = array( 'user' => null, 'password' => null, 'database' => null ), - 'postgresql' => array( + 'postgres' => array( 'server' => null, 'user' => null, 'password' => null, diff --git a/tests/RunTests.php b/tests/RunTests.php index 538b62df7a..ec04fc037f 100644 --- a/tests/RunTests.php +++ b/tests/RunTests.php @@ -18,7 +18,7 @@ $testOptions = array( 'user' => null, 'password' => null, 'database' => null ), - 'postgresql' => array( + 'postgres' => array( 'server' => null, 'user' => null, 'password' => null,