Enable logging for NS_BASE_STREAM_CLOSED error
This commit is contained in:
parent
ef3bf8d596
commit
ee777c5be6
1 changed files with 8 additions and 0 deletions
|
@ -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* () {
|
it('should return stored/linked file and URI attachments in expected format', Zotero.Promise.coroutine(function* () {
|
||||||
this.timeout(60000);
|
this.timeout(60000);
|
||||||
let file = getTestDataDirectory();
|
let file = getTestDataDirectory();
|
||||||
|
@ -585,5 +591,7 @@ describe("Zotero.Translate.ItemGetter", function() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
})
|
||||||
});
|
});
|
||||||
});
|
});
|
Loading…
Add table
Add a link
Reference in a new issue