added test for UKPool

This commit is contained in:
Alessia Bardi 2022-10-05 13:47:24 +02:00
parent 61cdf74f31
commit b7041c079e
1 changed files with 9 additions and 0 deletions

View File

@ -446,6 +446,15 @@ public class GraphDbReaderAndESIndexTest {
readAndIndexTest(isRecord, recordId, datasource, collectionId); readAndIndexTest(isRecord, recordId, datasource, collectionId);
} }
@Test
public void uploadUKPoolTest() throws Exception {
boolean isRecord = false;
String recordId = "https://ariadne-infrastructure.eu/aocat/Collection/OEAW/90A72C82-BD31-3BAB-A512-5084ACD1C235";
String datasource = "oeaw";
String collectionId = "CollectionInfo";
readAndIndexTest(isRecord, recordId, datasource, collectionId);
}
private class CollectionData { private class CollectionData {
String URI_ID; String URI_ID;
String id; String id;