Skip to content
Snippets Groups Projects
Commit 0fa44d1d authored by palaniappan1's avatar palaniappan1
Browse files

TripleIndexCreatorTest setIndex changed

parent 58f4dfe4
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -77,9 +77,10 @@ public class TripleIndexCreatorTest {
agdistis.setNodeType("http://fairhair.ai/kg/resource/");
agdistis.setEdgeType("http://dbpedia.org/ontology/");
// load index
index.setIndex(folder.getAbsolutePath());
agdistis.setIndex(index);
// As Index is singleton object and will be created in the before test block
// So don't need to load it
// index.setIndex(folder.getAbsolutePath());
// agdistis.setIndex(index);
// test index
String taisho = "Evertec";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment