* test loading the "Collective" schema, which depends on "system" and "core"
*/
@Test
public void testLoadCollective() throws Exception
{
LdifSchemaLoader loader = new LdifSchemaLoader( schemaRepository );
SchemaManager schemaManager = new DefaultSchemaManager( loader );
schemaManager.loadWithDeps( "Collective" );
assertTrue( schemaManager.getErrors().isEmpty() );