public void setUp() throws Exception
{
super.setUp();
getUtil().deletePage(getTestClassName(), getTestMethodName());
ViewPage vp = getUtil().createPage(getTestClassName(), getTestMethodName(), CONTENT, TITLE);
this.commentsTab = vp.openCommentsDocExtraPane();
}
@Test
public void testPostCommentAsAdmin()
{