commit a4e54789577e17e82b301ffc1e7e3ef068a2ca18
parent c5cfb6adfdaa31c501422e6285b04eab1393a625
Author: Simon Kornblith <simon@simonster.com>
Date: Mon, 1 Jun 2015 23:32:57 -0400
Run tests in order (I think)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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);
}
}