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 @@
21
21
'user' => null,
22
22
'password' => null,
23
23
'database' => null ),
24
- 'postgresql' => array(
24
+ 'postgres' => array(
25
25
'server' => null,
26
26
'user' => null,
27
27
'password' => null,
Index: trunk/phase3/tests/RunTests.php
—
—
@@ -18,7 +18,7 @@
19
19
'user' => null,
20
20
'password' => null,
21
21
'database' => null ),
22
- 'postgresql' => array(
22
+ 'postgres' => array(
23
23
'server' => null,
24
24
'user' => null,
25
25
'password' => null,
Follow-up revisions
Revision
Commit summary
Author
Date
r15094
Revert to
r15092
; massive breakage, unable to connect to MySQL at all
brion
16:11, 27 June 2006