catch ( Exception e )
{
fail( e.getMessage() );
}
DelResponse delResponse = ( DelResponse ) parser.getBatchResponse().getCurrentResponse();
LdapResult ldapResult = delResponse.getLdapResult();
assertEquals( "cn=Bob Rush,ou=Dev,dc=Example,dc=COM", ldapResult.getMatchedDN() );
}