}
public void testInetorgpersonAttributeTypeGeneration() throws Exception
{
AbstractBootstrapSchema schema = new AbstractBootstrapSchema(
"uid=admin,ou=system", "inetorgperson", "dummy.test",
new String[] { "dep1", "dep2" }) {};
generateAttributeTypeProducer( schema );
}