/**
* Test for the class javax.naming.ldap.UnsolicitedNotificationEvent
*
*/
public void testUnsolicitedNotificationEvent(){
MockUnsolicitedNotification mun=new MockUnsolicitedNotification();
UnsolicitedNotificationEvent une=new UnsolicitedNotificationEvent(new Object(), mun);
UnsolicitedNotificationEvent une2=null;
try{
ByteArrayOutputStream buffer = new ByteArrayOutputStream();
ObjectOutput out = new ObjectOutputStream(buffer);