Daniel Werner has submitted this change and it was merged.

Change subject: Fix for DataValue QUnit test using global assert
......................................................................


Fix for DataValue QUnit test using global assert

Change-Id: Ib9f5c490521a9949097ab166c6f1d613b34946d4
---
M DataValues/tests/qunit/DataValue.tests.js
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Daniel Werner: Verified; Looks good to me, approved
  jenkins-bot: Checked



diff --git a/DataValues/tests/qunit/DataValue.tests.js 
b/DataValues/tests/qunit/DataValue.tests.js
index 760b8b3..b123b30 100644
--- a/DataValues/tests/qunit/DataValue.tests.js
+++ b/DataValues/tests/qunit/DataValue.tests.js
@@ -238,7 +238,7 @@
                        for ( i in constructorArgs ) {
                                instance = this.getInstance( constructorArgs[i] 
);
 
-                               assert.strictEqual(
+                               QUnit.assert.strictEqual(
                                        instance[functionName].call( instance ),
                                        constructorArgs[i][argNumber],
                                        functionName + ' must return the value 
that was provided as argument ' + argNumber + ' in the constructor'

-- 
To view, visit https://gerrit.wikimedia.org/r/50158
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib9f5c490521a9949097ab166c6f1d613b34946d4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DataValues
Gerrit-Branch: master
Gerrit-Owner: Henning Snater <[email protected]>
Gerrit-Reviewer: Daniel Werner <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to