Use example.{com,net,org} instead of proprietary domains

http://foo.com/bar was making a request to some random server
responding with HTTP 500 Internal Server Error.

Change-Id: I17f2e0908b849455db5ab1790b15c2344337c24b
This commit is contained in:
Timo Tijhof 2014-05-20 16:34:54 +02:00
parent 148fc7ab7f
commit 35ec99eb50

View file

@ -209,7 +209,7 @@
QUnit.test( 'Repo icon', 4, function ( assert ) {
var $qf = $( '#qunit-fixture' ),
panel = new mw.mmv.ui.MetadataPanel( $qf, $( '<div>' ).appendTo( $qf ) ),
favIcon = 'http://foo.com/bar',
favIcon = 'http://example.com/foo-fav',
repoData = {
favIcon: favIcon,
getArticlePath : function() { return 'Foo'; },