Jforrester has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/386208 )

Change subject: tests: Replace QUnit.expect with assert.expect
......................................................................

tests: Replace QUnit.expect with assert.expect

Change-Id: I8945409ff8380a839b9c6ed9e7400643eb04832c
---
M resources/mobile.gallery/test_PhotoListApiGateway.js
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/08/386208/1

diff --git a/resources/mobile.gallery/test_PhotoListApiGateway.js 
b/resources/mobile.gallery/test_PhotoListApiGateway.js
index 09e7ec9..4054b18 100644
--- a/resources/mobile.gallery/test_PhotoListApiGateway.js
+++ b/resources/mobile.gallery/test_PhotoListApiGateway.js
@@ -16,7 +16,7 @@
                        [ 'File:No file extension but has a . in the title', 
'No file extension but has a . in the title' ],
                        [ 'Fichier:French Photo.jpg', 'French Photo' ]
                ];
-               QUnit.expect( tests.length );
+               assert.expect( tests.length );
                $( tests ).each( function ( i ) {
                        var val = m.prototype._getDescription( this[ 0 ] );
                        assert.strictEqual( val, this[ 1 ], 'test ' + i );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8945409ff8380a839b9c6ed9e7400643eb04832c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jforrester <jforres...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to