HBASE-4132 Addendum 2 adjusts the expected value for preLogRolledCalled.size()

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1175142 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2011-09-24 10:06:43 +00:00
parent b0de0129ae
commit 86cd2faa00
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ public class TestLogRolling {
// force a log roll to read back and verify previously written logs
log.rollWriter(true);
assertTrue("preLogRolledCalled has size of " + preLogRolledCalled.size(),
preLogRolledCalled.size() == 4);
preLogRolledCalled.size() == 3);
// read back the data written
Set<String> loggedRows = new HashSet<String>();