another test for ADS
This commit is contained in:
parent
c640276552
commit
e1bc08958c
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue