mirror of
https://github.com/zotero/zotero.git
synced 2026-08-28 05:25:31 +00:00
Revert treating "arXiv ID" as a field in Mendeley import
This commit is contained in:
parent
f0ff173ad2
commit
22d4bdcef8
1 changed files with 1 additions and 2 deletions
|
|
@ -208,8 +208,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