I'm seeing the following in the OSGi branch:
testLoadAllEnabled(org.apache.directory.shared.ldap.schemaloader.SchemaManagerEnableDisableLoadTest)
Time elapsed: 1.042 sec <<< FAILURE!
java.lang.AssertionError: expected:<14> but was:<12>
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.directory.shared.ldap.schemaloader.SchemaManagerEnableDisableLoadTest.testLoadAllEnabled(SchemaManagerEnableDisableLoadTest.java:146)
There's more errors but I'm thinking this is a direct result of the OSGi
code injecting extra schemas. Now schema information is no longer static
which this test is expecting right?
--
Best Regards,
-- Alex