Merge branch 'fx60'
This commit is contained in:
commit
d4f682aa88
152 changed files with 13336 additions and 5410 deletions
|
@ -80,7 +80,7 @@ describe("Zotero.Sync.Data.Local", function() {
|
|||
|
||||
// extra1 functionality not used at the moment
|
||||
it.skip("should prompt for data reset and allow to choose a new data directory", function* (){
|
||||
sinon.stub(Zotero.DataDirectory, 'forceChange').returns(true);
|
||||
sinon.stub(Zotero.DataDirectory, 'forceChange').returns(Zotero.Promise.resolve(true));
|
||||
yield Zotero.Users.setCurrentUserID(1);
|
||||
yield Zotero.Users.setCurrentUsername("A");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue