ACCUMULO-2361 clean-up at the end of the test

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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: 8ca088e6a37aa57181aaff63b749a7e7c5deb203
Parents: e0b8fb0
Author: Eric Newton <eric.new...@gmail.com>
Authored: Tue Feb 18 15:06:19 2014 -0500
Committer: Eric Newton <eric.new...@gmail.com>
Committed: Tue Feb 18 15:06:19 2014 -0500

----------------------------------------------------------------------
 .../java/org/apache/accumulo/test/DeleteTableDuringSplitIT.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/8ca088e6/test/src/test/java/org/apache/accumulo/test/DeleteTableDuringSplitIT.java
----------------------------------------------------------------------
diff --git 
a/test/src/test/java/org/apache/accumulo/test/DeleteTableDuringSplitIT.java 
b/test/src/test/java/org/apache/accumulo/test/DeleteTableDuringSplitIT.java
index 77e417f..a6d4e9c 100644
--- a/test/src/test/java/org/apache/accumulo/test/DeleteTableDuringSplitIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/DeleteTableDuringSplitIT.java
@@ -68,7 +68,7 @@ public class DeleteTableDuringSplitIT {
   @After
   public void tearDown() throws Exception {
     accumulo.stop();
-    //folder.delete();
+    folder.delete();
   }
   
 

Reply via email to