commit ee777c5be6014e9107f5e3fca70db2b1408cbc6b
parent ef3bf8d5963b5c198e44aa52efd8fa924f1f659b
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 2 Jun 2015 05:10:42 -0400
Enable logging for NS_BASE_STREAM_CLOSED error
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/test/tests/translateTest.js b/test/tests/translateTest.js
@@ -377,6 +377,12 @@ describe("Zotero.Translate.ItemGetter", function() {
}
}
}));
+
+ // TEMP
+ describe("failure debugging", function () {
+ before(() => Zotero.Debug.init(true))
+ after(() => Zotero.Debug.init())
+
it('should return stored/linked file and URI attachments in expected format', Zotero.Promise.coroutine(function* () {
this.timeout(60000);
let file = getTestDataDirectory();
@@ -585,5 +591,7 @@ describe("Zotero.Translate.ItemGetter", function() {
}
}
}));
+
+ })
});
});
\ No newline at end of file