qunit: Use jQuery.getScript instead of document.write
authorTimo Tijhof <krinklemail@gmail.com>
Mon, 6 May 2013 18:55:04 +0000 (20:55 +0200)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 7 May 2013 01:36:19 +0000 (01:36 +0000)
commit05f6edc903f81993c9862e7cd2e2e92fbefc63e7
tree8a7380d020fa052155a014aadb8834bf02c519a0
parent334958ee45bc9f923aa38a938f1b64b13c54be0e
qunit: Use jQuery.getScript instead of document.write

TestSwarm jobs were breaking because this runs after the
document is ready, thus causing the page to be blanked by
document.write.

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