From a4e54789577e17e82b301ffc1e7e3ef068a2ca18 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 1 Jun 2015 23:32:57 -0400 Subject: [PATCH] Run tests in order (I think) --- test/content/runtests.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/content/runtests.js b/test/content/runtests.js index e2398f15c..2d29ad4aa 100644 --- a/test/content/runtests.js +++ b/test/content/runtests.js @@ -212,6 +212,7 @@ if(run && ZoteroUnit.tests) { var el = document.createElement("script"); el.type = "application/javascript;version=1.8"; el.src = "resource://zotero-unit-tests/"+fname; + el.async = false; document.body.appendChild(el); } }