QUnit: Ensure test modules are top loading
authorTimo Tijhof <ttijhof@wikimedia.org>
Tue, 2 Apr 2013 17:59:07 +0000 (19:59 +0200)
committerKrinkle <ttijhof@wikimedia.org>
Tue, 2 Apr 2013 20:33:52 +0000 (20:33 +0000)
commit8e23f3359df698ab8bd9c606db5e1246d862eb14
tree3596f7286511f214f9331ed0cc6a6a459b16da81
parent4c1cfcf59903facc052db579e6f18e98e3a56b31
QUnit: Ensure test modules are top loading

Jenkins tests for extensions were exiting with a false positive.
They were marked "success" but in fact were wrong because
it only ran the core tests, the extensions' test suite was
loaded after QUnit already stopped listening.

Change-Id: I164d60e06118b64a1c6a17665a0fb1faeff744e5
includes/resourceloader/ResourceLoader.php
tests/qunit/QUnitTestResources.php