From ad442a1991ba5c6dff4d27cd1d8306bcfd9e6eb4 Mon Sep 17 00:00:00 2001 From: Alessia Bardi Date: Tue, 8 Nov 2022 12:07:47 +0100 Subject: [PATCH] test for findsampo and temporal from and until in native periods --- .../dnetlib/ariadneplus/GraphDbReaderAndESIndexTest.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dnet-ariadneplus-graphdb-publisher/test/java/eu/dnetlib/ariadneplus/GraphDbReaderAndESIndexTest.java b/dnet-ariadneplus-graphdb-publisher/test/java/eu/dnetlib/ariadneplus/GraphDbReaderAndESIndexTest.java index a324831..e0a8994 100644 --- a/dnet-ariadneplus-graphdb-publisher/test/java/eu/dnetlib/ariadneplus/GraphDbReaderAndESIndexTest.java +++ b/dnet-ariadneplus-graphdb-publisher/test/java/eu/dnetlib/ariadneplus/GraphDbReaderAndESIndexTest.java @@ -33,6 +33,13 @@ public class GraphDbReaderAndESIndexTest { 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 public void testADSFieldworkReport1093() throws Exception { String collId = "https://ariadne-infrastructure.eu/aocat/Collection/ADS/5910411B-ED97-364E-8D28-6024558AA14B";