added test for ADS fieldwork (1093)
This commit is contained in:
parent
8e20f03dd3
commit
c1c05beedd
|
@ -33,6 +33,14 @@ public class GraphDbReaderAndESIndexTest {
|
|||
private RunSPARQLQueryService runSPQRLQuery;
|
||||
|
||||
|
||||
@Test
|
||||
public void testADSFieldworkReport1093() throws Exception {
|
||||
String collId = "https://ariadne-infrastructure.eu/aocat/Collection/ADS/5910411B-ED97-364E-8D28-6024558AA14B";
|
||||
String datasource = "ads";
|
||||
String apiId = "1093";
|
||||
readAndIndexTest(false, collId, datasource, apiId);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void AMCRForMariaTest() throws Exception {
|
||||
boolean isRecord = true;
|
||||
|
|
Loading…
Reference in New Issue