r96097 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96096‎ | r96097 | r96098 >
Date:14:52, 2 September 2011
Author:krinkle
Status:ok
Tags:
Comment:
Follow-up r95998: Update the test title as well. r95998 changed 'parse' to 'plain' in the test itself.
Modified paths:
  • /trunk/phase3/tests/qunit/suites/resources/mediawiki/mediawiki.test.js (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/qunit/suites/resources/mediawiki/mediawiki.test.js
@@ -88,7 +88,7 @@
8989
9090 var hello = mw.message( 'hello' );
9191
92 - equal( hello.format, 'plain', 'Message property "format" defaults to "parse"' );
 92+ equal( hello.format, 'plain', 'Message property "format" defaults to "plain"' );
9393 strictEqual( hello.map, mw.messages, 'Message property "map" defaults to the global instance in mw.messages' );
9494 equal( hello.key, 'hello', 'Message property "key" (currect key)' );
9595 deepEqual( hello.parameters, [], 'Message property "parameters" defaults to an empty array' );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95998Fix r95997: Update unit testkrinkle15:22, 1 September 2011

Status & tagging log