r108413 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108412‎ | r108413 | r108414 >
Date:14:01, 9 January 2012
Author:hashar
Status:ok (Comments)
Tags:
Comment:
test format bitrate with '999'
Modified paths:
  • /trunk/phase3/tests/phpunit/languages/LanguageTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/languages/LanguageTest.php
@@ -603,6 +603,11 @@
604604 "0 bits per second"
605605 ),
606606 array(
 607+ 999,
 608+ "999bps",
 609+ "1 bits per second"
 610+ ),
 611+ array(
607612 1000,
608613 "1kbps",
609614 "1 kilobit per second"

Follow-up revisions

RevisionCommit summaryAuthorDate
r108464fix '999bps' test message...hashar19:38, 9 January 2012

Comments

#Comment by Nikerabbit (talk | contribs)   17:25, 9 January 2012

isn't the comment wrong?

Status & tagging log