www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 72fe1b77a17316583e1b9191eb744bb413d9ed76
parent 7152c71e842de00fc06f14b4e6c63781cf6fccc9
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon, 20 Jun 2011 18:55:32 +0000

Run 6 concurrent translator tests


Diffstat:
Mchrome/content/zotero/tools/testTranslators/testTranslators.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/tools/testTranslators/testTranslators.js b/chrome/content/zotero/tools/testTranslators/testTranslators.js @@ -23,7 +23,7 @@ ***** END LICENSE BLOCK ***** */ -const NUM_CONCURRENT_TESTS = 1; +const NUM_CONCURRENT_TESTS = 6; const TRANSLATOR_TYPES = ["Web", "Import", "Export", "Search"]; const TABLE_COLUMNS = ["Translator", "Supported", "Status", "Pending", "Succeeded", "Failed", "Unknown"]; var translatorTables = {};