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 @@
5858
5959 });
6060
 61+/**
 62+ * @fixme this seems to only test for the existence of the function, and does not confirm that it works
 63+ */
6164 test( 'toggleToc', function(){
6265
6366 ok( mw.util.toggleToc );

Follow-up revisions

RevisionCommit summaryAuthorDate
r89082Adding or adjusting front-end function and variable documentation per our con...krinkle02:54, 29 May 2011

Status & tagging log