I've found that my IdMUnit tests can break after having Eclipse reformat my idmunit-config.xml file.
This works:
<user>CN=Administrator,...,DC=com</user>
This doesn't:
<user> CN=Administrator,...,DC=com </user>
Log in to post a comment.