HBASE-6195 Addednum changes the method variable to be consistent with test name (Xing Shi)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1349619 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2012-06-13 02:51:37 +00:00
parent 1fe9aa0e7a
commit 5e3b1e4b5d
1 changed files with 1 additions and 1 deletions

View File

@ -3560,7 +3560,7 @@ public class TestHRegion extends HBaseTestCase {
@Test
public void testParallelIncrementWithMemStoreFlush() throws Exception {
Configuration conf = HBaseConfiguration.create();
String method = "testParallelismIncrementWithMemStoreFlush";
String method = "testParallelIncrementWithMemStoreFlush";
byte[] tableName = Bytes.toBytes(method);
byte[] family = Incrementer.family;
this.region = initHRegion(tableName, method, conf, family);