public void testViewContentAndAddCommentByRequest()throws Throwable{
String contentId = "ART1";
try {
Content content = this._contentManager.loadContent(contentId, true);
ICacheManager cacheManager = (ICacheManager) ApsWebApplicationUtils.getBean(SystemConstants.CACHE_MANAGER, this.getRequest());
PublicContentAuthorizationInfo authInfo = new PublicContentAuthorizationInfo(content);
cacheManager.putInCache(JacmsSystemConstants.CONTENT_AUTH_INFO_CACHE_PREFIX + contentId, authInfo);
this.setUserOnSession("admin");
this._contentManager.loadContent(contentId, true);
Widget showlet = new Widget();
IWidgetTypeManager showletTypeMan =