Merge "objectcache: simplify WAN cache unwrap() method by removing FLG_STALE"
[lhc/web/wiklou.git] / tests / qunit / data / generateJqueryMsgData.php
index e4f87f8..a85e41a 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