X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fmd-sal%2Fsal-clustering-commons%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fcommon%2Factor%2FQuarantinedMonitorActorTest.java;h=1a72f20d365d84b21166e13fbe04bd3ec220e622;hb=refs%2Fchanges%2F22%2F65622%2F11;hp=f3a453bf4fa17db1557d21d53ca0cbe6bdb7ad7b;hpb=cc7d70b6fa32b99e1013c3b3c26006d9798d2b95;p=controller.git diff --git a/opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/common/actor/QuarantinedMonitorActorTest.java b/opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/common/actor/QuarantinedMonitorActorTest.java index f3a453bf4f..1a72f20d36 100644 --- a/opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/common/actor/QuarantinedMonitorActorTest.java +++ b/opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/common/actor/QuarantinedMonitorActorTest.java @@ -19,7 +19,7 @@ import akka.japi.Effect; import akka.remote.AssociationErrorEvent; import akka.remote.InvalidAssociation; import akka.remote.ThisActorSystemQuarantinedEvent; -import akka.testkit.JavaTestKit; +import akka.testkit.javadsl.TestKit; import org.junit.After; import org.junit.Before; import org.junit.Test; @@ -46,7 +46,7 @@ public class QuarantinedMonitorActorTest { @After public void tearDown() throws Exception { - JavaTestKit.shutdownActorSystem(system); + TestKit.shutdownActorSystem(system); } @Test