add a @fixme comment about toggleToc test case: doesn't actually test if the function...
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 24 May 2011 18:35:30 +0000 (18:35 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 24 May 2011 18:35:30 +0000 (18:35 +0000)
tests/qunit/suites/resources/mediawiki.util/mediawiki.util.js

index e1b5936..cfedac9 100644 (file)
@@ -57,6 +57,9 @@ test( 'addCSS', function(){
 
 });
 
+/**
+ * @fixme this seems to only test for the existence of the function, and does not confirm that it works
+ */
 test( 'toggleToc', function(){
 
        ok( mw.util.toggleToc );