From e7d5f31d042c1751a35a5e4e693e79fbe8f84213 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 18 Jul 2011 21:33:55 +0000 Subject: [PATCH] Restore ability to run multiple translator tests simultaneously --- .../content/zotero/tools/testTranslators/testTranslators.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/tools/testTranslators/testTranslators.js b/chrome/content/zotero/tools/testTranslators/testTranslators.js index d016d77ca..6d6aa0c98 100644 --- a/chrome/content/zotero/tools/testTranslators/testTranslators.js +++ b/chrome/content/zotero/tools/testTranslators/testTranslators.js @@ -321,7 +321,9 @@ function init() { var testView = translatorTestViewsToRun[type][i]; testView.updateStatus(testView._translatorTester, "pending"); } - runTranslatorTests(type); + for(var i=0; i