r62424 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r62423
|
r62424
|
r62425
>
Date:
13:46, 13 February 2010
Author:
platonides
Status:
ok
Tags:
Comment:
parserTests.txt shall be opened in text mode.
Followup of
r62006
which broke parser tests on windows (crlf line endings).
Modified paths:
/trunk/phase3/maintenance/parserTests.inc
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/parserTests.inc
—
—
@@ -1562,7 +1562,7 @@
1563
1563
global $IP;
1564
1564
1565
1565
$this->file = $file;
1566
- $this->fh = fopen($this->file, "r");
1566
+ $this->fh = fopen($this->file, "rt");
1567
1567
if( !$this->fh ) {
1568
1568
wfDie( "Couldn't open file '$file'\n" );
1569
1569
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r62006
PHPUnit now sees individual parser tests as separate tests. This...
mah
04:01, 5 February 2010
Status & tagging log
09:58, 14 February 2010
😂
(
talk
|
contribs
)
changed the
status
of r62424
[
removed:
new
added:
ok]