testCount = mgr.getHitCount(cnt3.getId());
assertEquals(30, testCount.getDailyHits());
// reset count for one weblog
blog1 = TestUtils.getManagedWebsite(blog1);
mgr.resetHitCount(blog1);
TestUtils.endSession(true);
// make sure it reset only one weblog
testCount = mgr.getHitCount(cnt1.getId());
assertEquals(0, testCount.getDailyHits());