Write tests for AsyncUnregister and TaskCloser

This commit is contained in:
ljacqu
2016-08-27 21:26:15 +02:00
parent afd4498184
commit f59a584622
4 changed files with 336 additions and 1 deletions
@@ -96,6 +96,8 @@ public class AsynchronousUnregister implements AsynchronousProcess {
ConsoleLogger.info(name + " was unregistered by " + initiator.getName());
service.send(initiator, MessageKey.UNREGISTERED_SUCCESS);
}
} else if (initiator != null) {
service.send(initiator, MessageKey.ERROR);
}
}