Hi, any updates to this? Anybody got a working sample using DS 1.5.4, AbstractServerTest and custom schemas?
Thx, Juergen Mark Derricutt wrote: > > 'lo > > With the recent changes to AbstractServerTest in 1.5.4, how does one > register custom schemas now? > > Under 1.5.3 I was using: > > Set<AbstractBootstrapSchema> schemas = > configuration.getBootstrapSchemas(); > schemas.add(new Smx3Schema()); > configuration.setBootstrapSchemas(schemas); > > where configuration came from the AbstractServerTest. It looks like the > test harness has changed a bit. I"m actually using TestNG to execute my > tests, rather than JUnit so hopefully theres still a way to handle this > easily. > > Mark > He who started looking at ldap integration testing at the wrong time.. > > -- > "It is easier to optimize correct code than to correct optimized code." -- > Bill Harlan > > -- View this message in context: http://www.nabble.com/Loading-custom-schemas-with-AbstractServerTest-under-1.5.4-tp19485510p20537225.html Sent from the Apache Directory Project mailing list archive at Nabble.com.
