use example.com, the RFC-2606 guaranteed example url. followup to r99446
authorNeil Kandalgaonkar <neilk@users.mediawiki.org>
Wed, 30 Nov 2011 01:41:05 +0000 (01:41 +0000)
committerNeil Kandalgaonkar <neilk@users.mediawiki.org>
Wed, 30 Nov 2011 01:41:05 +0000 (01:41 +0000)
tests/jasmine/spec/mediawiki.Uri.spec.js

index e9bdd29..2ed1fe4 100644 (file)
@@ -2,7 +2,7 @@
 
        // ensure we have a generic URI parser if not running in a browser
        if ( !mw.Uri ) {
-               mw.Uri = mw.UriRelative( 'http://sample.com/' );
+               mw.Uri = mw.UriRelative( 'http://example.com/' );
        }
 
        describe( "mw.Uri", function() {