You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by su...@apache.org on 2015/12/08 10:13:18 UTC

incubator-atlas git commit: ATLAS-361 Add validation when index backends are switched in ATLAS configuration - Fixed UT (sumasai)

Repository: incubator-atlas
Updated Branches:
  refs/heads/branch-0.6-incubating 6bb4e89bc -> 8e5dca07f


ATLAS-361 Add validation when index backends are switched in ATLAS configuration - Fixed UT (sumasai)


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

Branch: refs/heads/branch-0.6-incubating
Commit: 8e5dca07ff8aaa5dd9d70e6039786fdee74764bc
Parents: 6bb4e89
Author: Suma Shivaprasad <su...@gmail.com>
Authored: Tue Dec 8 14:43:10 2015 +0530
Committer: Suma Shivaprasad <su...@gmail.com>
Committed: Tue Dec 8 14:43:10 2015 +0530

----------------------------------------------------------------------
 .../org/apache/atlas/repository/graph/TitanGraphProviderTest.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/8e5dca07/repository/src/test/java/org/apache/atlas/repository/graph/TitanGraphProviderTest.java
----------------------------------------------------------------------
diff --git a/repository/src/test/java/org/apache/atlas/repository/graph/TitanGraphProviderTest.java b/repository/src/test/java/org/apache/atlas/repository/graph/TitanGraphProviderTest.java
index 8886b54..6fc7008 100644
--- a/repository/src/test/java/org/apache/atlas/repository/graph/TitanGraphProviderTest.java
+++ b/repository/src/test/java/org/apache/atlas/repository/graph/TitanGraphProviderTest.java
@@ -24,7 +24,6 @@ import com.thinkaurelius.titan.graphdb.database.StandardTitanGraph;
 import org.apache.atlas.ApplicationProperties;
 import org.apache.atlas.AtlasException;
 import org.apache.commons.configuration.Configuration;
-import org.junit.Before;
 import org.mockito.Mockito;
 import org.testng.Assert;
 import org.testng.annotations.AfterClass;