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 @@
3
3
4
4
// ensure we have a generic URI parser if not running in a browser
5
5
if ( !mw.Uri ) {
6
- mw.Uri = mw.UriRelative( 'http://sample.com/' );
6
+ mw.Uri = mw.UriRelative( 'http://example.com/' );
7
7
}
8
8
9
9
describe( "mw.Uri", function() {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r99446
ensure tests for mw.Uri work in non-browser environments
neilk
23:29, 10 October 2011
Status & tagging log
01:05, 1 December 2011
Raindrift
(
talk
|
contribs
)
changed the
status
of r104643
[
removed:
new
added:
ok]