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 @@
9797 $this->assertEquals(
9898 "3d 0h 0m",
9999 $this->lang->formatTimePeriod( 259199.55, 'avoidseconds' ),
100 - 'formatTimePeriod() rounding (>48h), avoidminutes'
 100+ 'formatTimePeriod() rounding (>48h), avoidseconds'
101101 );
102102
103103 $this->assertEquals(

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90915Added formatTimePeriod() tests for r90385 and made some fixesaaron22:32, 27 June 2011

Status & tagging log