r88732 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r88731
|
r88732
|
r88733
>
Date:
18:35, 24 May 2011
Author:
brion
Status:
ok
Tags:
Comment:
add a @fixme comment about toggleToc test case: doesn't actually test if the function works, just confirms that it exists.
Modified paths:
/trunk/phase3/tests/qunit/suites/resources/mediawiki.util/mediawiki.util.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/tests/qunit/suites/resources/mediawiki.util/mediawiki.util.js
—
—
@@ -57,6 +57,9 @@
58
58
59
59
});
60
60
61
+/**
62
+ * @fixme this seems to only test for the existence of the function, and does not confirm that it works
63
+ */
61
64
test( 'toggleToc', function(){
62
65
63
66
ok( mw.util.toggleToc );
Follow-up revisions
Revision
Commit summary
Author
Date
r89082
Adding or adjusting front-end function and variable documentation per our con...
krinkle
02:54, 29 May 2011
Status & tagging log
22:53, 25 May 2011
😂
(
talk
|
contribs
)
changed the
status
of r88732
[
removed:
new
added:
ok]