Merge "startup: Add unit tests and add Firefox < 4 to blacklist."
authorMaxSem <maxsem.wiki@gmail.com>
Sun, 7 Apr 2013 08:18:03 +0000 (08:18 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sun, 7 Apr 2013 08:18:03 +0000 (08:18 +0000)
1  2 
tests/qunit/QUnitTestResources.php

@@@ -6,6 -6,7 +6,7 @@@ return array
  
        'mediawiki.tests.qunit.suites' => array(
                'scripts' => array(
+                       'tests/qunit/suites/resources/startup.test.js',
                        'tests/qunit/suites/resources/jquery/jquery.autoEllipsis.test.js',
                        'tests/qunit/suites/resources/jquery/jquery.byteLength.test.js',
                        'tests/qunit/suites/resources/jquery/jquery.byteLimit.test.js',
@@@ -16,7 -17,6 +17,7 @@@
                        'tests/qunit/suites/resources/jquery/jquery.hidpi.test.js',
                        'tests/qunit/suites/resources/jquery/jquery.highlightText.test.js',
                        'tests/qunit/suites/resources/jquery/jquery.localize.test.js',
 +                      'tests/qunit/suites/resources/jquery/jquery.makeCollapsible.test.js',
                        'tests/qunit/suites/resources/jquery/jquery.mwExtension.test.js',
                        'tests/qunit/suites/resources/jquery/jquery.tabIndex.test.js',
                        'tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js',
@@@ -46,7 -46,6 +47,7 @@@
                        'jquery.hidpi',
                        'jquery.highlightText',
                        'jquery.localize',
 +                      'jquery.makeCollapsible',
                        'jquery.mwExtension',
                        'jquery.tabIndex',
                        'jquery.tablesorter',
@@@ -63,5 -62,6 +64,5 @@@
                        'mediawiki.language',
                        'mediawiki.cldr',
                ),
 -              'position' => 'top',
        )
  );