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:
parent
e56b56a386
commit
003dcbc657
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue