HBASE-4825 TestRegionServersMetrics and TestZKLeaderManager are not categorized (small/medium/large); ADDENDUM; PARTIAL REVERT; MISTAKENLY COMMITTED TestCatalogTracker change

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205091 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-11-22 17:28:06 +00:00
parent 986a2f553c
commit 8cc1870f6f
1 changed files with 2 additions and 2 deletions

View File

@ -97,8 +97,8 @@ public class TestCatalogTracker {
private CatalogTracker constructAndStartCatalogTracker(final HConnection c) private CatalogTracker constructAndStartCatalogTracker(final HConnection c)
throws IOException, InterruptedException { throws IOException, InterruptedException {
CatalogTracker ct = new CatalogTracker(this.watcher, UTIL.getConfiguration(), CatalogTracker ct = new CatalogTracker(this.watcher, null, c,
c, this.abortable, 0); this.abortable, 0);
ct.start(); ct.start();
return ct; return ct;
} }