From 33e4de48a6d3c1c882c1bdb4494eab60d9ca65bc Mon Sep 17 00:00:00 2001
From: Suma Shivaprasad <sshivaprasad@sshivaprasad-rMBP.local>
Date: Tue, 9 Jun 2015 16:09:08 +0530
Subject: [PATCH] Renamed graph storage backend test directory in GraphRepoMapperScaleTest

---
 repository/src/test/java/org/apache/atlas/repository/graph/GraphRepoMapperScaleTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/repository/src/test/java/org/apache/atlas/repository/graph/GraphRepoMapperScaleTest.java b/repository/src/test/java/org/apache/atlas/repository/graph/GraphRepoMapperScaleTest.java
index 6fdab74..3f55d61 100755
--- a/repository/src/test/java/org/apache/atlas/repository/graph/GraphRepoMapperScaleTest.java
+++ b/repository/src/test/java/org/apache/atlas/repository/graph/GraphRepoMapperScaleTest.java
@@ -73,7 +73,7 @@ public class GraphRepoMapperScaleTest {
     private static final String TABLE_TYPE = "hive_table_type";
     private static final String TABLE_NAME = "bar";
 
-    private static final String INDEX_DIR = System.getProperty("java.io.tmpdir", "/tmp") + "/titan-schema-test" + new Random().nextLong();
+    private static final String INDEX_DIR = System.getProperty("java.io.tmpdir", "/tmp") + "/atlas-test" + new Random().nextLong();
 
     private GraphProvider<TitanGraph> graphProvider = new GraphProvider<TitanGraph>() {
 
--
libgit2 0.27.1