www

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

commit b1e98929fae4a4684afd2d0f7301ad1cfbe7e5c9
parent 2c2a5a3787271c68435ca00137fe591b8ee83699
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri, 24 Jun 2016 16:54:34 -0400

Remove zipDirectory debugging

Diffstat:
Mtest/tests/fileTest.js | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/test/tests/fileTest.js b/test/tests/fileTest.js @@ -71,15 +71,7 @@ describe("Zotero.File", function () { }) describe("#zipDirectory()", function () { - afterEach(function () { - Zotero.Prefs.set('debug.log', false); - Zotero.Debug.init(); - }); - it("should compress a directory recursively", function* () { - Zotero.Prefs.set('debug.log', true); - Zotero.Debug.init(); - var tmpPath = Zotero.getTempDirectory().path; var path = OS.Path.join(tmpPath, Zotero.Utilities.randomString()); yield OS.File.makeDir(path);