Commit a92298c5 by Venkatesh Seetharam

Fix bug with mapping existing references, minor refactoring. Contributed by Venkatesh Seetharam

parent 5ffad328
...@@ -44,6 +44,7 @@ import org.testng.annotations.BeforeClass; ...@@ -44,6 +44,7 @@ import org.testng.annotations.BeforeClass;
import org.testng.annotations.Guice; import org.testng.annotations.Guice;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import javax.inject.Inject;
import java.util.List; import java.util.List;
/** /**
...@@ -74,7 +75,6 @@ public class GraphBackedMetadataRepositoryTest { ...@@ -74,7 +75,6 @@ public class GraphBackedMetadataRepositoryTest {
repositoryService.start(); repositoryService.start();
ts = TypeSystem.getInstance(); ts = TypeSystem.getInstance();
repo = new MemRepository(ts);
defineDeptEmployeeTypes(ts); defineDeptEmployeeTypes(ts);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment