From: Krinkle Date: Fri, 2 Sep 2011 14:52:41 +0000 (+0000) Subject: Follow-up r95998: Update the test title as well. r95998 changed 'parse' to 'plain... X-Git-Tag: 1.31.0-rc.0~27954 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=cce7db5c7083f67e1b5226827348089761ec1448;p=lhc%2Fweb%2Fwiklou.git Follow-up r95998: Update the test title as well. r95998 changed 'parse' to 'plain' in the test itself. --- diff --git a/tests/qunit/suites/resources/mediawiki/mediawiki.test.js b/tests/qunit/suites/resources/mediawiki/mediawiki.test.js index ffb88b1dd9..eb6ee2aa86 100644 --- a/tests/qunit/suites/resources/mediawiki/mediawiki.test.js +++ b/tests/qunit/suites/resources/mediawiki/mediawiki.test.js @@ -88,7 +88,7 @@ test( 'mw.message & mw.messages', function() { var hello = mw.message( 'hello' ); - equal( hello.format, 'plain', 'Message property "format" defaults to "parse"' ); + equal( hello.format, 'plain', 'Message property "format" defaults to "plain"' ); strictEqual( hello.map, mw.messages, 'Message property "map" defaults to the global instance in mw.messages' ); equal( hello.key, 'hello', 'Message property "key" (currect key)' ); deepEqual( hello.parameters, [], 'Message property "parameters" defaults to an empty array' );