Fix committed.

On 13/06/2023 15:52, Emmanuel Lécharny wrote:
I confirm the issue.

I'm fixing it right away.

Thanks for the repport !

(PS: You can fill the JIRA ticket, it will be useful for the changlog)


On 13/06/2023 12:02, Thomas Gäbler wrote:
@Test
*public**void*ancestorCheck() *throws*LdapInvalidDnException
{
     DefaultSchemaManager schemaManager= *new*DefaultSchemaManager();
     Dn group= *new*Dn( schemaManager, "ou=group,ou=base");
     Dn base= *new*Dn( schemaManager, "ou=base");

     Dn ancestor= group.getAncestorOf( "ou=group");
/assertThat/( ancestor, /is/( /equalTo/( base) ) );
}


--
*Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE
T. +33 (0)4 89 97 36 50
P. +33 (0)6 08 33 32 61
emmanuel.lecha...@busit.com https://www.busit.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: api-unsubscr...@directory.apache.org
For additional commands, e-mail: api-h...@directory.apache.org

Reply via email to