r15092 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r15091‎ | r15092 | r15093 >
Date:15:09, 27 June 2006
Author:greg
Status:old
Tags:
Comment:
Final "postgres" name changes.
Modified paths:
  • /trunk/phase3/tests/LocalTestSettings.sample (modified) (history)
  • /trunk/phase3/tests/RunTests.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/LocalTestSettings.sample
@@ -20,7 +20,7 @@
2121 'user' => null,
2222 'password' => null,
2323 'database' => null ),
24 - 'postgresql' => array(
 24+ 'postgres' => array(
2525 'server' => null,
2626 'user' => null,
2727 'password' => null,
Index: trunk/phase3/tests/RunTests.php
@@ -18,7 +18,7 @@
1919 'user' => null,
2020 'password' => null,
2121 'database' => null ),
22 - 'postgresql' => array(
 22+ 'postgres' => array(
2323 'server' => null,
2424 'user' => null,
2525 'password' => null,

Follow-up revisions

RevisionCommit summaryAuthorDate
r15094Revert to r15092; massive breakage, unable to connect to MySQL at allbrion16:11, 27 June 2006