mirror of
https://github.com/zotero/zotero.git
synced 2026-09-12 23:01:22 +00:00
Revert treating "arXiv ID" as a field in Mendeley import
This commit is contained in:
parent
4c196cf414
commit
c8fb7bf3d8
1 changed files with 1 additions and 2 deletions
|
|
@ -209,8 +209,7 @@ describe('Zotero_Import_Mendeley', function () {
|
|||
|
||||
// identifiers
|
||||
assert.equal(journal.getField('DOI'), '10.1111');
|
||||
assert.equal(journal.getField('PMID'), '11111111');
|
||||
assert.equal(journal.getField('arXivID'), '1111.2222');
|
||||
assert.sameMembers(journal.getField('extra').split('\n'), ['arXiv: 1111.2222']);
|
||||
|
||||
// tags
|
||||
assert.equal(withTags.getTags().length, 4);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue