qunit.completenessTest: Ignore mw.loader.moduleRegistry
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 19 Jun 2014 06:10:16 +0000 (08:10 +0200)
committerKrinkle <krinklemail@gmail.com>
Sun, 29 Jun 2014 20:59:43 +0000 (20:59 +0000)
commit0c71217d09c74020df6543175b70708af93e1001
tree10eeb1dda771ffa07ac480a46764060047c4fb49
parent21b59aabf4205e345fc00300140d87690cdc425c
qunit.completenessTest: Ignore mw.loader.moduleRegistry

It was iterating over it and considering its 'script' properties
to be methods that had to be tested.

The CompletnessTest before this change is filled with stuff like:
- loader.moduleRegistry.skins.vector.js.script
- loader.moduleRegistry.mediawiki.api.script
- loader.moduleRegistry.mediawiki.Title.script
- ..

And was actually causing it to hit hard limit and thus actual
lots of actual methods were no longer inspected by the test.

Change-Id: I13fbf1224b48aa34a7bb01fdc0543023e502bb4f
tests/qunit/data/testrunner.js