http://www.mediawiki.org/wiki/Special:Code/MediaWiki/96097
Revision: 96097
Author: krinkle
Date: 2011-09-02 14:52:41 +0000 (Fri, 02 Sep 2011)
Log Message:
-----------
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: trunk/phase3/tests/qunit/suites/resources/mediawiki/mediawiki.test.js
===================================================================
--- trunk/phase3/tests/qunit/suites/resources/mediawiki/mediawiki.test.js
2011-09-02 13:32:35 UTC (rev 96096)
+++ trunk/phase3/tests/qunit/suites/resources/mediawiki/mediawiki.test.js
2011-09-02 14:52:41 UTC (rev 96097)
@@ -88,7 +88,7 @@
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' );
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs