r78102 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78101‎ | r78102 | r78103 >
Date:23:10, 8 December 2010
Author:platonides
Status:ok
Tags:
Comment:
Follow up r78101.
Modified paths:
  • /trunk/phase3/maintenance/tests/phpunit/includes/GlobalTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tests/phpunit/includes/GlobalTest.php
@@ -58,7 +58,7 @@
5959 function testQuotedPrintable() {
6060 $this->assertEquals(
6161 "=?UTF-8?Q?=C4=88u=20legebla=3F?=",
62 - wfQuotedPrintable( "\xc4\x88u legebla?", "UTF-8" ) );
 62+ UserMailer::quotedPrintable( "\xc4\x88u legebla?", "UTF-8" ) );
6363 }
6464
6565 function testTime() {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78101Move wfQuotedPrintable() into UserMailer classplatonides23:09, 8 December 2010

Status & tagging log