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