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 @@
604
604
"0 bits per second"
605
605
),
606
606
array(
607
+ 999,
608
+ "999bps",
609
+ "1 bits per second"
610
+ ),
611
+ array(
607
612
1000,
608
613
"1kbps",
609
614
"1 kilobit per second"
Follow-up revisions
Revision
Commit summary
Author
Date
r108464
fix '999bps' test message...
hashar
19:38, 9 January 2012
Comments
#
Comment by
Nikerabbit
(
talk
|
contribs
)
17:25, 9 January 2012
isn't the comment wrong?
Status & tagging log
16:37, 9 January 2012
😂
(
talk
|
contribs
)
changed the
status
of r108413
[
removed:
new
added:
ok]