test for AMCR ARUP

master
Alessia Bardi 2 years ago
parent 0837f308fd
commit 154b1b6798

@ -32,6 +32,15 @@ public class GraphDbReaderAndESIndexTest {
private RunSPARQLQueryService runSPQRLQuery;
@Test
public void AMCRForMariaTest() throws Exception {
boolean isRecord = true;
String recordId = "https://ariadne-infrastructure.eu/aocat/Resource/AIS%20CR/30A1E3C2-2856-3D44-A98D-078BAEE87BBA";
String datasource = "amcr";
String collectionId = "oai";
readAndIndexTest(isRecord, recordId, datasource, collectionId);
}
@Test
public void uploadAMCRFieldworkTest() throws Exception {
boolean isRecord = true;

Loading…
Cancel
Save