test for findsampo and temporal from and until in native periods
This commit is contained in:
parent
c1c05beedd
commit
ad442a1991
|
@ -33,6 +33,13 @@ public class GraphDbReaderAndESIndexTest {
|
||||||
private RunSPARQLQueryService runSPQRLQuery;
|
private RunSPARQLQueryService runSPQRLQuery;
|
||||||
|
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void testFindSampoCollection() throws Exception {
|
||||||
|
String collId = "https://ariadne-infrastructure.eu/aocat/Collection/FHA/86DE51E7-1A20-32E0-96CA-119DEA2220E4";
|
||||||
|
String datasource = "findsampo";
|
||||||
|
String apiId = "finds";
|
||||||
|
readAndIndexTest(false, collId, datasource, apiId);
|
||||||
|
}
|
||||||
@Test
|
@Test
|
||||||
public void testADSFieldworkReport1093() throws Exception {
|
public void testADSFieldworkReport1093() throws Exception {
|
||||||
String collId = "https://ariadne-infrastructure.eu/aocat/Collection/ADS/5910411B-ED97-364E-8D28-6024558AA14B";
|
String collId = "https://ariadne-infrastructure.eu/aocat/Collection/ADS/5910411B-ED97-364E-8D28-6024558AA14B";
|
||||||
|
|
Loading…
Reference in New Issue