Missed something that could make the test fail sometimes

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031868 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jean-Daniel Cryans 2010-11-05 22:44:58 +00:00
parent 7b1950ac75
commit d4b41f0940
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ public class TestHLog {
HLog log = new HLog(fs, dir, oldLogDir, conf);
HRegionInfo hri = new HRegionInfo(new HTableDescriptor(tableName),
HConstants.EMPTY_START_ROW, HConstants.EMPTY_END_ROW);
HRegionInfo hri2 = new HRegionInfo(new HTableDescriptor(tableName),
HRegionInfo hri2 = new HRegionInfo(new HTableDescriptor(tableName2),
HConstants.EMPTY_START_ROW, HConstants.EMPTY_END_ROW);
// Add a single edit and make sure that rolling won't remove the file