for ( Iterator it = collection.iterator(); it.hasNext(); )
{
Project project = (Project) it.next();
continuum.removeProject( project.getId() );
}
AbstractContinuumTest.setUpConfigurationService( (ConfigurationService) lookup( ConfigurationService.ROLE ) );
configurationService = (ConfigurationService) lookup( ConfigurationService.ROLE );