Merge "rdbms: add replica server counting methods to ILoadBalancer"
[lhc/web/wiklou.git] / tests / qunit / data / generateJqueryMsgData.php
index e4f87f8..30d993e 100644 (file)
@@ -22,7 +22,7 @@
                        QUnit.stop();
                        getMwLanguage( test.lang, function ( langClass ) {
                                var parser = new mw.jqueryMsg.Parser( { language: langClass } );
-                               assert.equal(
+                               assert.strictEqual(
                                        parser.parse( test.key, test.args ).html(),
                                        test.result,
                                        test.name
@@ -84,7 +84,7 @@ class GenerateJqueryMsgData extends Maintenance {
 
        public function __construct() {
                parent::__construct();
-               $this->mDescription = 'Create a specification for message parsing ini JSON format';
+               $this->addDescription( 'Create a specification for message parsing ini JSON format' );
                // add any other options here
        }