You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ma...@apache.org on 2017/05/23 00:29:37 UTC

[2/2] incubator-atlas git commit: ATLAS-1818: basic-search enhancements to improve search performance (#2)

ATLAS-1818: basic-search enhancements to improve search performance (#2)


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/417bde8c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/417bde8c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/417bde8c

Branch: refs/heads/0.8-incubating
Commit: 417bde8c02c9b8473001dd5c19696c8a6721b42e
Parents: a00a57b
Author: Madhan Neethiraj <ma...@apache.org>
Authored: Mon May 22 17:27:21 2017 -0700
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Mon May 22 17:29:19 2017 -0700

----------------------------------------------------------------------
 .../java/org/apache/atlas/services/EntityDiscoveryServiceTest.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/417bde8c/repository/src/test/java/org/apache/atlas/services/EntityDiscoveryServiceTest.java
----------------------------------------------------------------------
diff --git a/repository/src/test/java/org/apache/atlas/services/EntityDiscoveryServiceTest.java b/repository/src/test/java/org/apache/atlas/services/EntityDiscoveryServiceTest.java
index d503ef7..81dbcef 100644
--- a/repository/src/test/java/org/apache/atlas/services/EntityDiscoveryServiceTest.java
+++ b/repository/src/test/java/org/apache/atlas/services/EntityDiscoveryServiceTest.java
@@ -17,7 +17,6 @@
  */
 package org.apache.atlas.services;
 
-import org.apache.atlas.TestOnlyModule;
 import org.apache.atlas.discovery.EntityDiscoveryService;
 import org.apache.atlas.exception.AtlasBaseException;
 import org.apache.atlas.model.typedef.AtlasEntityDef;
@@ -33,7 +32,6 @@ import static org.junit.Assert.assertNotNull;
 import static org.junit.Assert.assertTrue;
 import static org.testng.Assert.assertEquals;
 
-@Guice(modules = TestOnlyModule.class)
 public class EntityDiscoveryServiceTest {
 
     private final String TEST_TYPE                = "test";