[AffiliationFromPublisher]extention of test

This commit is contained in:
Miriam Baglioni 2024-08-07 11:27:11 +02:00
parent 42531afc3e
commit f1dc0050c7
1 changed files with 6 additions and 0 deletions

View File

@ -150,5 +150,11 @@ public class PrepareAffiliationRelationsTest {
.get(0)
.getString(4));
final String publisherid = ID_PREFIX + IdentifierFactory.md5(CleaningFunctions.normalizePidValue("doi", "10.1007/s00217-010-1268-9"));
final String rorId = "20|ror_________::" + IdentifierFactory.md5("https://ror.org/03265fv13");
Assertions.assertEquals(1, execVerification.filter("source = '" + publisherid + "' and target = '" + rorId +"'").count()
);
}
}