this.getRssManager().deleteChannel(current.getId());
}
}
channels = this.getRssManager().getChannels(Channel.STATUS_ALL);
assertTrue(channels.isEmpty());
IContentManager contentManager = (IContentManager) this.getService(JacmsSystemConstants.CONTENT_MANAGER);
Content contentType = contentManager.createContentType("ART");
AttributeInterface titolo = (AttributeInterface) contentType.getAttribute("Titolo");
String[] roles = {JpRssSystemConstants.ATTRIBUTE_ROLE_RSS_CONTENT_TITLE};
titolo.setRoles(roles);
((IEntityTypesConfigurer) contentManager).updateEntityPrototype(contentType);
this.waitNotifyingThread();