From 65318a442e136e830a77503987de6ba1cbe28e98 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 24 May 2022 04:31:26 -0400 Subject: [PATCH] Fix support tests after 28ed3e34b --- test/tests/data/allTypesAndFields.js | 2 +- test/tests/data/itemJSON.js | 2 +- test/tests/data/translatorExport.js | 2 +- test/tests/data/translatorExportLegacy.js | 5 +++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/test/tests/data/allTypesAndFields.js b/test/tests/data/allTypesAndFields.js index 893b02ccc9..c353eaf0e0 100644 --- a/test/tests/data/allTypesAndFields.js +++ b/test/tests/data/allTypesAndFields.js @@ -1174,7 +1174,6 @@ "abstractNote": "Abstract note", "accessDate": "1997-06-13T23:59:58Z", "archive": "Archive", - "archiveID": "Archive ID", "archiveLocation": "Archive location", "callNumber": "Call number", "citationKey": "Citation key", @@ -1215,6 +1214,7 @@ "itemType": "preprint", "language": "en-US", "libraryCatalog": "Library catalog", + "number": 3, "place": "Place", "publisher": "Publisher", "rights": "Rights", diff --git a/test/tests/data/itemJSON.js b/test/tests/data/itemJSON.js index c833b309f9..e76f9b1859 100644 --- a/test/tests/data/itemJSON.js +++ b/test/tests/data/itemJSON.js @@ -1330,7 +1330,7 @@ "abstractNote": "Abstract note", "accessDate": "1997-06-13T23:59:58Z", "archive": "Archive", - "archiveID": "Archive ID", + "archiveID": "3", "archiveLocation": "Archive location", "callNumber": "Call number", "citationKey": "Citation key", diff --git a/test/tests/data/translatorExport.js b/test/tests/data/translatorExport.js index 6ba290bbdc..25b4907d6d 100644 --- a/test/tests/data/translatorExport.js +++ b/test/tests/data/translatorExport.js @@ -1382,7 +1382,7 @@ "abstractNote": "Abstract note", "accessDate": "1997-06-13T23:59:58Z", "archive": "Archive", - "archiveID": "Archive ID", + "archiveID": "3", "archiveLocation": "Archive location", "attachments": [], "callNumber": "Call number", diff --git a/test/tests/data/translatorExportLegacy.js b/test/tests/data/translatorExportLegacy.js index 9fd394e0b3..bea2024d35 100644 --- a/test/tests/data/translatorExportLegacy.js +++ b/test/tests/data/translatorExportLegacy.js @@ -2016,7 +2016,7 @@ "abstractNote": "Abstract note", "accessDate": "1997-06-13 23:59:58", "archive": "Archive", - "archiveID": "Archive ID", + "archiveID": "3", "archiveLocation": "Archive location", "attachments": [], "callNumber": "Call number", @@ -2066,6 +2066,7 @@ "libraryCatalog": "Library catalog", "libraryID": null, "notes": [], + "number": "3", "place": "Place", "publisher": "Publisher", "relations": {}, @@ -2083,7 +2084,6 @@ "abstractNote": "Abstract note", "accessDate": "1997-06-13 23:59:58", "archive": "Archive", - "archiveID": "Archive ID", "archiveLocation": "Archive location", "callNumber": "Call number", "citationKey": "Citation key", @@ -2091,6 +2091,7 @@ "extra": "Extra", "language": "en-US", "libraryCatalog": "Library catalog", + "number": "3", "place": "Place", "publisher": "Publisher", "rights": "Rights",