*/
public class RegistryServiceTest extends TestCase {
private RegistryService registry;
public void testCapabilityProfile() throws JAXRException {
CapabilityProfile profile = registry.getCapabilityProfile();
assertNotNull(profile);
assertEquals(0, profile.getCapabilityLevel());
}