test class merged
Merge branch 'master' of https://code-repo.d4science.org/D-Net/AriadnePlus
This commit is contained in:
commit
905226390c
|
@ -347,9 +347,7 @@ public class GraphDbReaderAndESIndexTest {
|
||||||
appProps.load(resource.getInputStream());
|
appProps.load(resource.getInputStream());
|
||||||
|
|
||||||
runSPQRLQuery = new RunSPARQLQueryService();
|
runSPQRLQuery = new RunSPARQLQueryService();
|
||||||
runSPQRLQuery.setupConnection(
|
runSPQRLQuery.setupReadOnlyConnection(
|
||||||
appProps.getProperty("graphdb.writer.user"),
|
|
||||||
appProps.getProperty("graphdb.writer.pwd"),
|
|
||||||
appProps.getProperty("graphdb.serverUrl"),
|
appProps.getProperty("graphdb.serverUrl"),
|
||||||
appProps.getProperty("graphdb.repository"));
|
appProps.getProperty("graphdb.repository"));
|
||||||
ParseRDFJSON parseRDFJSON = new ParseRDFJSON();
|
ParseRDFJSON parseRDFJSON = new ParseRDFJSON();
|
||||||
|
@ -398,10 +396,8 @@ public class GraphDbReaderAndESIndexTest {
|
||||||
String datasource = "ads";
|
String datasource = "ads";
|
||||||
String collectionId = "271";
|
String collectionId = "271";
|
||||||
runSPQRLQuery = new RunSPARQLQueryService();
|
runSPQRLQuery = new RunSPARQLQueryService();
|
||||||
runSPQRLQuery.setupConnection(
|
runSPQRLQuery.setupReadOnlyConnection(
|
||||||
appProps.getProperty("graphdb.writer.user"),
|
appProps.getProperty("graphdb.serverUrl"),
|
||||||
appProps.getProperty("graphdb.writer.pwd"),
|
|
||||||
appProps.getProperty("repository.url"),
|
|
||||||
appProps.getProperty("graphdb.repository"));
|
appProps.getProperty("graphdb.repository"));
|
||||||
runSPQRLQuery.selectRecordIds(datasource, collectionId);
|
runSPQRLQuery.selectRecordIds(datasource, collectionId);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue