* Ensures that the default <CODE>doPreOperation</CODE> method throws an
* exception for modify DN operations.
*/
@Test(expectedExceptions = { UnsupportedOperationException.class })
public void testDoPreOperationModifyDN() throws CanceledOperationException {
new NullPlugin().doPreOperation((PreOperationModifyDNOperation) null);
}