Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Commit

Permalink
#89 test
Browse files Browse the repository at this point in the history
  • Loading branch information
bittenradish committed Oct 30, 2019
1 parent 25fb2a5 commit b0cec23
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ private class Checker{

@Before
public void init() throws Exception {
// repositoryID = "1234568";
repositoryID = "rashid";
// repository = manager.getOrCreateRepository(repositoryID, "native", null);
// rdf4jServer = "http://localhost:" + getHttpPort() + "/rdf4j-server/";
repositoryID = "1234568";
// repositoryID = "rashid";
repository = manager.getOrCreateRepository(repositoryID, "native", null);
rdf4jServer = "http://localhost:" + getHttpPort() + "/rdf4j-server/";
rdf4jServer = "https://agentlab.ru" + "/rdf4j-server/";
address = rdf4jServer + "repositories/" + repositoryID + "/statements";
rep = new HTTPRepository(rdf4jServer, repositoryID);
Expand All @@ -77,7 +77,7 @@ public void init() throws Exception {
@After
public void cleanup() {
repcon.close();
// repository.shutDown();
repository.shutDown();
manager.removeRepository(repositoryID);
}

Expand Down

0 comments on commit b0cec23

Please sign in to comment.