another test for ADS

This commit is contained in:
Alessia Bardi 2022-11-08 17:45:27 +01:00
parent c640276552
commit e1bc08958c
1 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,14 @@ public class GraphDbReaderAndESIndexTest {
private RunSPARQLQueryService runSPQRLQuery; private RunSPARQLQueryService runSPQRLQuery;
@Test
public void testADS() throws Exception {
String id = "https://ariadne-infrastructure.eu/aocat/Resource/ADS/90D1C95D-E249-3E74-92D9-B58FDF690CC7";
String datasource = "ads";
String apiId = "archives";
readAndIndexTest(true, id, datasource, apiId);
}
@Test @Test
public void testFindSampoCollection() throws Exception { public void testFindSampoCollection() throws Exception {