*
*/
@Test
public void testLdapURLDNAttrsScopeBaseFilter() throws LdapURLEncodingException
{
LdapUrl url = new LdapUrl( "ldap://localhost:123/ou=system?cn,ou,dc?base?(cn=test)" );
assertEquals( "ldap://localhost:123/ou=system?cn,ou,dc??(cn=test)", url.toString() );
}