mediawiki.user.test: Remove dated comment about "qunit/index.html"
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 8 May 2014 11:03:30 +0000 (13:03 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 8 May 2014 11:03:30 +0000 (13:03 +0200)
That file was removed in MediaWiki 1.20.

Change-Id: Iffeb039bbbc6843a83d3796541ebb1773281c01f

tests/qunit/suites/resources/mediawiki/mediawiki.user.test.js

index f422bc1..e6c2b5c 100644 (file)
@@ -6,14 +6,8 @@
        } );
 
        QUnit.test( 'user status', 11, function ( assert ) {
-               /**
-                * Tests can be run under three different conditions:
-                *   1) From tests/qunit/index.html, user will be anonymous.
-                *   2) Logged in on [[Special:JavaScriptTest/qunit]]
-                *   3) Anonymously at the same special page.
-                */
 
-               // Forge an anonymous user:
+               // Forge an anonymous user
                mw.config.set( 'wgUserName', null );
                delete mw.config.values.wgUserId;