www

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

commit 4da0c4c1fc3583bdd73e5d75ae76522f31d09610
parent b0140686f337907f3b971b37afb595701cf215f8
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 12 Apr 2017 00:16:57 -0400

Remove unused laststoragesync response from test

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

diff --git a/test/tests/zoteroPaneTest.js b/test/tests/zoteroPaneTest.js @@ -191,13 +191,6 @@ describe("ZoteroPane", function() { var mtime = "1441252524000"; var md5 = Zotero.Utilities.Internal.md5(text) - var newStorageSyncTime = Math.round(new Date().getTime() / 1000); - setResponse({ - method: "GET", - url: "users/1/laststoragesync", - status: 200, - text: "" + newStorageSyncTime - }); var s3Path = `pretend-s3/${item.key}`; this.httpd.registerPathHandler( `/users/1/items/${item.key}/file`,