[replication] Adding shutdown of TestReplication

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@911229 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jean-Daniel Cryans 2010-02-17 23:53:08 +00:00
parent 9afce6678e
commit 7571814071
1 changed files with 4 additions and 1 deletions

View File

@ -122,7 +122,10 @@ public class TestReplication implements HConstants{
* @throws java.lang.Exception
*/
@After
public void tearDown() throws Exception {}
public void tearDown() throws Exception {
utility1.shutdownMiniCluster();
utility2.shutdownMiniCluster();
}
@Test
public void testReplication() throws Exception {