ContentState.Approved, "admin", new Date(now - 1000));
TransHistoryItem item =
new TransHistoryItem("4", Lists.newArrayList("a"),
ContentState.Approved, "admin", new Date(now - 2000));
ReviewComment comment =
new ReviewComment(new ReviewCommentId(1L), "comment", "admin",
new Date(now), 5);
presenter.displayEntries(latest, Lists.newArrayList(item),
Lists.newArrayList(comment));