From 0eea3eaf9961adcd1374499f73c8e8debf779a0e Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 2 Jun 2015 03:48:17 -0400 Subject: [PATCH] Reenable emptyTrash() assertion to see if it still fails on Travis --- test/tests/itemsTest.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/tests/itemsTest.js b/test/tests/itemsTest.js index 2bec5aa707..a2be0cd16e 100644 --- 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) }) }) });