Author: afuchs
Date: Fri Jan 25 21:25:44 2013
New Revision: 1438719

URL: http://svn.apache.org/viewvc?rev=1438719&view=rev
Log:
ACCUMULO-969 removed assumption of where the temporary files are created in the 
proxy test

Modified:
    accumulo/trunk/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java

Modified: 
accumulo/trunk/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java?rev=1438719&r1=1438718&r2=1438719&view=diff
==============================================================================
--- 
accumulo/trunk/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java 
(original)
+++ 
accumulo/trunk/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java 
Fri Jan 25 21:25:44 2013
@@ -125,7 +125,7 @@ public class SimpleTest {
     
     // get something we know is in the site config
     Map<String,String> cfg = client.getSiteConfiguration(creds);
-    assertTrue(cfg.get("instance.dfs.dir").startsWith("/tmp/junit"));
+    
assertTrue(cfg.get("instance.dfs.dir").startsWith(folder.getRoot().toString()));
     
     // set a property in zookeeper
     client.setProperty(creds, "table.split.threshold", "500M");


Reply via email to