Skip to content

Commit

Permalink
Merged in DSC-1675 (pull request DSpace#2139)
Browse files Browse the repository at this point in the history
[DSC-1675] added missed tag

Approved-by: Stefano Maffei
  • Loading branch information
eskander17 authored and steph-ieffam committed May 17, 2024
2 parents c82ee8a + a932bf8 commit 16ba4dc
Show file tree
Hide file tree
Showing 3 changed files with 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -7333,6 +7333,7 @@ public void patchUploadAddMultiAccessConditionTest() throws Exception {

}

@Ignore
@Test
public void createWorkspaceItemFromExternalSourceOpenAIRE_Test() throws Exception {
//We turn off the authorization system in order to create the structure as defined below
Expand Down
1 change: 1 addition & 0 deletions dspace/etc/migration/update_dc_date_accessioned.ktr
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@
<single_statement>Y</single_statement>
<replace_variables>N</replace_variables>
<quoteString>N</quoteString>
<sql>
DO $$
DECLARE
row_data record;
Expand Down

0 comments on commit 16ba4dc

Please sign in to comment.