r88734 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r88733
|
r88734
|
r88735
>
Date:
18:41, 24 May 2011
Author:
brion
Status:
ok
Tags:
Comment:
Add quick and dirty link to
http://www.mediawiki.org/wiki/Manual:JavaScript_unit_testing
from the qunit runner page
It's not styled; qunit result styles are entirely id-based for some reason so you can't just add a div or p with matching style.
Modified paths:
/trunk/phase3/tests/qunit/index.html
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/tests/qunit/index.html
—
—
@@ -58,6 +58,7 @@
59
59
<body>
60
60
<h1 id="qunit-header">MediaWiki JavaScript Test Suite</h1>
61
61
<h2 id="qunit-banner"></h2>
62
+ <div><a href="http://www.mediawiki.org/wiki/Manual:JavaScript_unit_testing">See testing documentation on mediawiki.org</a></div>
62
63
<div id="qunit-testrunner-toolbar"></div>
63
64
<h2 id="qunit-userAgent"></h2>
64
65
<ol id="qunit-tests"></ol>
Follow-up revisions
Revision
Commit summary
Author
Date
r88736
r88734
followup: pretty up the doc link added to qunit test result page; per ...
brion
18:50, 24 May 2011
Status & tagging log
00:50, 2 June 2011
Krinkle
(
talk
|
contribs
)
changed the
status
of r88734
[
removed:
new
added:
ok]