@Before
public void setUp() throws Exception
{
BootstrapSchemaLoader loader = new BootstrapSchemaLoader();
registries = new DefaultRegistries( "bootstrap", loader, new DefaultOidRegistry() );
loader.load( new SystemSchema(), registries, false );
loader.load( new ApacheSchema(), registries, false );
loader.load( new CoreSchema(), registries, false );
loader.load( new CosineSchema(), registries, false );
loader.load( new NisSchema(), registries, false );