Updated Branches: refs/heads/master dfbc8b8f5 -> b698b4001
ACCUMULO-1451 fix inadvertent commit that leaves test folder around after the test Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b698b400 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b698b400 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/b698b400 Branch: refs/heads/master Commit: b698b4001165b8c4ff3cedc4005bcc4a38c8242a Parents: dfbc8b8 Author: Eric Newton <eric.new...@gmail.com> Authored: Wed Oct 23 10:48:52 2013 -0400 Committer: Eric Newton <eric.new...@gmail.com> Committed: Wed Oct 23 10:48:52 2013 -0400 ---------------------------------------------------------------------- proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/b698b400/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java ---------------------------------------------------------------------- diff --git a/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java b/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java index 61ec05c..8b1ab8b 100644 --- a/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java +++ b/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java @@ -1508,6 +1508,6 @@ public class SimpleTest { @AfterClass public static void tearDownMiniCluster() throws Exception { accumulo.stop(); - //folder.delete(); + folder.delete(); } }