[JSTesting] rm redundant comment, there are no more "*" behind any entries
authorKrinkle <krinkle@users.mediawiki.org>
Wed, 4 Jan 2012 19:13:45 +0000 (19:13 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Wed, 4 Jan 2012 19:13:45 +0000 (19:13 +0000)
tests/qunit/QUnitTestResources.php

index e5e3504..709f941 100644 (file)
@@ -24,13 +24,6 @@ return array(
                        'tests/qunit/suites/resources/mediawiki/mediawiki.user.test.js',
                        'tests/qunit/suites/resources/mediawiki/mediawiki.util.test.js',
                        'tests/qunit/suites/resources/mediawiki.special/mediawiki.special.recentchanges.test.js',
-
-                       // *has mw-config def:
-                       // This means the module overwrites/sets mw.config variables, reason being that
-                       // the static /qunit/index.html has an empty mw.config since it's static.
-                       // Until /qunit/index.html is fully replaceable and WMF's TestSwarm is up and running
-                       // with Special:JavaScriptTest - untill then, it is important that tests do not depend
-                       // on anything being in mw.config (not even wgServer).
                ),
                'dependencies' => array(
                        'jquery.autoEllipsis',