Menu

#3 Config XML parser sensitive to whitespace

open
nobody
None
5
2008-09-24
2008-09-24
No

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>

Discussion


Log in to post a comment.