HBASE-5223 TestMetaReaderEditor is missing call to CatalogTracker.stop()

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1233101 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2012-01-18 22:43:55 +00:00
parent 1c8829e0ad
commit 8ebcadd679
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ public class TestMetaReaderEditor {
@AfterClass public static void afterClass() throws Exception {
ABORTABLE.abort("test ending", null);
ct.stop();
UTIL.shutdownMiniCluster();
}