r104643 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104642‎ | r104643 | r104644 >
Date:01:41, 30 November 2011
Author:neilk
Status:ok
Tags:
Comment:
use example.com, the RFC-2606 guaranteed example url. followup to r99446
Modified paths:
  • /trunk/phase3/tests/jasmine/spec/mediawiki.Uri.spec.js (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/jasmine/spec/mediawiki.Uri.spec.js
@@ -2,7 +2,7 @@
33
44 // ensure we have a generic URI parser if not running in a browser
55 if ( !mw.Uri ) {
6 - mw.Uri = mw.UriRelative( 'http://sample.com/' );
 6+ mw.Uri = mw.UriRelative( 'http://example.com/' );
77 }
88
99 describe( "mw.Uri", function() {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99446ensure tests for mw.Uri work in non-browser environmentsneilk23:29, 10 October 2011

Status & tagging log