Skip to content

Commit

Permalink
[DSC-1675] fixed broken ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
eskander committed May 16, 2024
1 parent 3667fd5 commit a932bf8
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -790,16 +790,12 @@ public void testMultipleSourcesReferences() throws Exception {
ItemAuthorityMatcher.matchItemAuthorityWithOtherInformations(author_1.getID().toString(),
"Author 1", "Author 1", "vocabularyEntry",
Map.of("data-oairecerif_author_affiliation", "OrgUnit_1::" + orgUnit_1.getID(),
"oairecerif_author_affiliation", "OrgUnit_1::" + orgUnit_1.getID(),
"data-person_identifier_orcid", "",
"person_identifier_orcid", ""),
"oairecerif_author_affiliation", "OrgUnit_1::" + orgUnit_1.getID()),
ItemAuthority.DEFAULT),
ItemAuthorityMatcher.matchItemAuthorityWithOtherInformations(author_2.getID().toString(),
"Author 2", "Author 2", "vocabularyEntry",
Map.of("data-oairecerif_author_affiliation", "OrgUnit_2::" + orgUnit_2.getID(),
"oairecerif_author_affiliation", "OrgUnit_2::" + orgUnit_2.getID(),
"data-person_identifier_orcid", "",
"person_identifier_orcid", ""),
"oairecerif_author_affiliation", "OrgUnit_2::" + orgUnit_2.getID()),
ItemAuthority.DEFAULT),
// source should be orcid as configured
orcidEntry("From Orcid 1 Author", REFERENCE, "0000-1111-2222-3333", getSource()),
Expand Down

0 comments on commit a932bf8

Please sign in to comment.