www

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

commit 0eea3eaf9961adcd1374499f73c8e8debf779a0e
parent e27d90797339ab2368e285b5b888049b54a846dc
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue,  2 Jun 2015 03:48:17 -0400

Reenable emptyTrash() assertion to see if it still fails on Travis

Diffstat:
Mtest/tests/itemsTest.js | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test/tests/itemsTest.js b/test/tests/itemsTest.js @@ -110,8 +110,7 @@ describe("Zotero.Items", function () { assert.isFalse(yield Zotero.Items.getAsync(id2)); assert.isFalse(yield Zotero.Items.getAsync(id3)); - // TEMP: This is failing on Travis due to a race condition - //assert.equal(zp.itemsView.rowCount, 0) + assert.equal(zp.itemsView.rowCount, 0) }) }) });