| Log Message: |
changes ...
o added test case for DnParser with illegal expression to show it does not
accept junk this was for Emmanuels test case, DIRLDAP-39 here:
http://issues.apache.org/jira/browse/DIRLDAP-39
o added some utility methods for dealing with composite name components
which concatentate several attribute value pairs to form a name component
using the '+'
o added test cases for compareTo which corrects the bugs in DIRLDAP-36 here:
http://issues.apache.org/jira/browse/DIRLDAP-36
o also added corrective code to the equals() method which had the same issues
as the compareTo() method
|