bdemers commented on PR #145: URL: https://github.com/apache/directory-server/pull/145#issuecomment-1925814590
While creating a SCIMple + ApacheDS example, I ran into a few minor issues trying to use the extension without using `AbstractLdapTestUnit`, I had to copy a bunch of static fields into my test class. This _should_ allow for the tests to inject the directory service automatically. NOTE: I only updated `CreateDSTestExtension`, I'm guessing the other extensions should be updated too, but It wasn't clear to me what the difference between them was? @elecharny, can you provide some guidance on the various extensions, and I'll see if the same technique can be used. Also, do we care about the backward compatibility here? If not, I can cleanup the code a bit more (and still keep the functionality of `AbstractLdapTestUnit`) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
