fooBar.addSchema(schema);
ModuleDescriptor zipZoop = new ModuleDescriptor(null, errorHandler);
zipZoop.setModuleId("zip.zoop");
ConfigurationPointDescriptor cpd = new ConfigurationPointDescriptor();
cpd.setId("Zap");
cpd.setContributionsSchemaId("foo.bar.Baz");
zipZoop.addConfigurationPoint(cpd);
RegistryInfrastructureConstructor ric = new RegistryInfrastructureConstructor(errorHandler,
LogFactory.getLog(TestRegistryInfrastructureConstructor.class), null);