}
public void testRepositoryManagedContent()
throws Exception
{
RepositoryManagedContent repo = purgeConfigurationService.getManagedRepositoryContent(
defaultRepository.getId() );
assertTrue( "check repository managed content", ( repo instanceof ManagedDefaultRepositoryContent ) );
assertEquals( "check repository of the managed content", defaultRepository, repo.getRepository() );
}