From 5260afebce808e379ad5c67a45d65c9c4caebbce Mon Sep 17 00:00:00 2001 From: Hazal Date: Tue, 12 Nov 2024 15:02:35 +0000 Subject: [PATCH] Regression test data updates (#252) * updated gitignore for 'ignore_this_' files for local tests * updated regression test DocMaps for 85596 as related org is updated * added 'vor-published' step to regression test data for DocMap 96285 --- .gitignore | 4 +- .../docmap_by_manuscript_id/85596.json | 8 ++-- .../docmap_by_manuscript_id/95285.json | 43 +++++++++++++++++++ 3 files changed, 50 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e36351e8..877e591a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ venv *.pyc -.test_data/ \ No newline at end of file +.test_data/ + +ignore_this_* \ No newline at end of file diff --git a/data/docmaps/regression_test/docmap_by_manuscript_id/85596.json b/data/docmaps/regression_test/docmap_by_manuscript_id/85596.json index 494d7d3d..8bec2506 100644 --- a/data/docmaps/regression_test/docmap_by_manuscript_id/85596.json +++ b/data/docmaps/regression_test/docmap_by_manuscript_id/85596.json @@ -195,10 +195,10 @@ "firstName": "Diane", "_middleName": "M", "surname": "Harper", - "_relatesToOrganization": "University of Michiganâ€Ann Arbor\", United States of America", + "_relatesToOrganization": "University of Michigan-Ann Arbor, United States of America", "affiliation": { "type": "organization", - "name": "University of Michiganâ€Ann Arbor\"", + "name": "University of Michigan-Ann Arbor", "location": "Ann Arbor, United States of America" } }, @@ -514,10 +514,10 @@ "firstName": "Diane", "_middleName": "M", "surname": "Harper", - "_relatesToOrganization": "University of Michiganâ€Ann Arbor\", United States of America", + "_relatesToOrganization": "University of Michigan-Ann Arbor, United States of America", "affiliation": { "type": "organization", - "name": "University of Michiganâ€Ann Arbor\"", + "name": "University of Michigan-Ann Arbor", "location": "Ann Arbor, United States of America" } }, diff --git a/data/docmaps/regression_test/docmap_by_manuscript_id/95285.json b/data/docmaps/regression_test/docmap_by_manuscript_id/95285.json index e4449667..7c2a786a 100644 --- a/data/docmaps/regression_test/docmap_by_manuscript_id/95285.json +++ b/data/docmaps/regression_test/docmap_by_manuscript_id/95285.json @@ -836,7 +836,50 @@ "doi": "10.7554/eLife.95285.3.sa0" } ], + "next-step": "_:b9", "previous-step": "_:b7" + }, + "_:b9": { + "actions": [ + { + "participants": [], + "outputs": [ + { + "type": "version-of-record", + "identifier": "95285", + "doi": "10.7554/eLife.95285.4", + "versionIdentifier": "4", + "published": "2024-10-08", + "url": "https://doi.org/10.7554/eLife.95285.4", + "content": [ + { + "type": "web-page", + "url": "https://elifesciences.org/articles/95285v1" + } + ] + } + ] + } + ], + "assertions": [ + { + "item": { + "type": "version-of-record", + "doi": "10.7554/eLife.95285.4", + "versionIdentifier": "4" + }, + "status": "vor-published" + } + ], + "inputs": [ + { + "type": "preprint", + "doi": "10.7554/eLife.95285.3", + "identifier": "95285", + "versionIdentifier": "3" + } + ], + "previous-step": "_:b8" } } } \ No newline at end of file