qunit: Remove race condition in 'test.mediawiki.qunit.testrunner'
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 11 Apr 2014 18:40:52 +0000 (11:40 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 11 Apr 2014 18:40:52 +0000 (11:40 -0700)
commitbb71fd2ada8f204deae70db9c0c6e7a0a434c6b7
tree97f3d9464aa29fd8778a3d6538bf5928aca8b95b
parentd9534a5d5685c05589639d43cdc1e1195bb7cbba
qunit: Remove race condition in 'test.mediawiki.qunit.testrunner'

Tests should be atomic because when re-running failed tests, they
run out of order (by design).

The thing being asserted here wasn't all that useful as that is
upstream behaviour we ought to be able to rely on.

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