public class DirectorySchemaToolTest extends TestCase
{
public void testEveSchemaTool() throws Exception
{
DirectorySchemaTool tool = new DirectorySchemaTool();
AbstractBootstrapSchema schema = new AbstractBootstrapSchema(
"cn=admin,ou=system", "core", null, new String[] { "system", "dep2" }
){};
tool.setSchema( schema );
tool.generate();
}