Merge "Fix failing test"

This commit is contained in:
jenkins-bot 2014-06-24 20:26:07 +00:00 committed by Gerrit Code Review
commit 16cc658c65

View file

@ -164,7 +164,7 @@
} ); } );
QUnit.test( 'Image load with preloading supported', 1, function ( assert ) { QUnit.test( 'Image load with preloading supported', 1, function ( assert ) {
var url = mw.config.get( 'wgScriptPath' ) + '/skins/vector/images/search-ltr.png', var url = mw.config.get( 'wgScriptPath' ) + '/skins/Vector/images/search-ltr.png',
imageProvider = new mw.mmv.provider.Image(), imageProvider = new mw.mmv.provider.Image(),
endsWith = function ( a, b ) { return a.indexOf( b ) === a.length - b.length; }; endsWith = function ( a, b ) { return a.indexOf( b ) === a.length - b.length; };