public void testGetHashTagUsedOnItemsVotedbyTwentyFourHoursPeriod()
throws NoSuchAlgorithmException, UnsupportedEncodingException {
final HashTag tag = createHashTag("season");
this.createTweetPollsItemsVote(tag);
this.createPollsItemsVote(tag);
HashTagDetailStats detail = statisticsService
.getHashTagUsedOnItemsVoted(tag.getHashTag(), 0, 100, request,
SearchPeriods.TWENTYFOURHOURS);
// Assert.assertEquals("Should be equals", 19, detail.getValue().intValue());
}