r95071 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r95070
|
r95071
|
r95072
>
Date:
09:59, 20 August 2011
Author:
catrope
Status:
ok
Tags:
Comment:
Per CR on
r90915
, fix the description of one of the assertions
Modified paths:
/trunk/phase3/tests/phpunit/languages/LanguageTest.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/tests/phpunit/languages/LanguageTest.php
—
—
@@ -96,7 +96,7 @@
97
97
$this->assertEquals(
98
98
"3d 0h 0m",
99
99
$this->lang->formatTimePeriod( 259199.55, 'avoidseconds' ),
100
- 'formatTimePeriod() rounding (>48h), avoidminutes'
100
+ 'formatTimePeriod() rounding (>48h), avoidseconds'
101
101
);
102
102
103
103
$this->assertEquals(
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r90915
Added formatTimePeriod() tests for
r90385
and made some fixes
aaron
22:32, 27 June 2011
Status & tagging log
20:23, 20 August 2011
😂
(
talk
|
contribs
)
changed the
status
of r95071
[
removed:
new
added:
ok]