Fix fullText tests on Windows

This commit is contained in:
Aurimas Vinckevicius 2015-09-18 00:18:09 -05:00
parent 38b9bbc8c8
commit d122323dbf
6 changed files with 37 additions and 30 deletions

View file

@ -1,6 +1,8 @@
"use strict";
describe("Zotero.Sync.Data.Engine", function () {
Components.utils.import("resource://zotero/config.js");
var apiKey = Zotero.Utilities.randomString(24);
var baseURL = "http://local.zotero/";
var engine, server, client, caller, stub, spy;