Remove firefox-zotero IPC pipe and switching code (#2990)
This commit is contained in:
parent
2c9e9f8a11
commit
ba06db2e19
6 changed files with 4 additions and 317 deletions
|
@ -37,8 +37,6 @@ describe("Zotero.DataDirectory", function () {
|
|||
newMigrationMarker = OS.Path.join(newDir, Zotero.DataDirectory.MIGRATION_MARKER);
|
||||
|
||||
stubs.canMigrate = sinon.stub(Zotero.DataDirectory, "canMigrate").returns(true);
|
||||
// A pipe always exists during tests, since Zotero is running
|
||||
stubs.pipeExists = sinon.stub(Zotero.IPC, "pipeExists").returns(Zotero.Promise.resolve(false));
|
||||
stubs.setDataDir = sinon.stub(Zotero.DataDirectory, "set");
|
||||
stubs.isNewDirOnDifferentDrive = sinon.stub(Zotero.DataDirectory, 'isNewDirOnDifferentDrive').resolves(true);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue