HBASE-451 Remove HTableDescriptor from HRegionInfo -- fix test broke by this change

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1138264 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-06-22 00:18:35 +00:00
parent e56b56a386
commit 003dcbc657
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ public class TestMergeTool extends HBaseTestCase {
try {
// Create root and meta regions
createRootAndMetaRegions();
FSUtils.createTableDescriptor(this.fs, this.testDir, this.desc);
/*
* Create the regions we will merge
*/