RegistryInfrastructureConstructor ric = new RegistryInfrastructureConstructor(eh, log, null);
ric.addModuleDescriptor(md);
RegistryInfrastructure ri = ric.constructRegistryInfrastructure(Locale.getDefault());
List l = ri.getConfiguration("zip.zoop.Fred", null);
Element e = (Element) l.get(0);
assertEquals("foo", e.getElementName());