I'm running IdMUnit 2.0 beta via the SVN repository and have the latest updates as of 12/31/2008.
- I escape the substitution %PROD-CONTEXT-BASE1% and this works fine for AddAttr, but I receive this error when doing a removeAttr
[36343 ] - --> Substituting value: [ou=users,o=company] for [%ID-USER-BASE%].
[36343 ] - --> Substituting value: [company\\sl\\users] for [%PROD-CONTEXT-BASE1%].
[36343 ] - testAdd[Excel row 93]: Remove IDM attributes for user in ID
[36343 ] - ...performing LDAP modification for: [cn=TestUser1,ou=users,o=company]
[36359 ] - ...WARNING: specified value doesn't exist, continuing.
[37359 ] - RETRY (1) java.util.regex.PatternSyntaxException: Illegal Unicode escape sequence near index 13
company\sl\users
^ Illegal Unicode escape sequence near index 13
company\sl\users
^ testAdd[Excel row 93]
Update: I use a '\b' instead of '\\' to escape my backslash, it works fine.