Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AGDISTIS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Palaniappan Muthuraman
AGDISTIS
Commits
0fa44d1d
There was a problem fetching the pipeline summary.
Commit
0fa44d1d
authored
Sep 14, 2022
by
palaniappan1
Browse files
Options
Downloads
Patches
Plain Diff
TripleIndexCreatorTest setIndex changed
parent
58f4dfe4
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/java/TripleIndexCreatorTest.java
+4
-3
4 additions, 3 deletions
src/test/java/TripleIndexCreatorTest.java
with
4 additions
and
3 deletions
src/test/java/TripleIndexCreatorTest.java
+
4
−
3
View file @
0fa44d1d
...
...
@@ -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"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment