X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2FAbstractShardTest.java;h=97c9e923a9b656eb067242f1c27bb8a121dd13e8;hp=3453aac75072a7a7073da37c5971b7e8c9e641e8;hb=refs%2Fchanges%2F93%2F26793%2F1;hpb=1280c1ce40241738edd5ebae40bf5dfddec68198 diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/AbstractShardTest.java b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/AbstractShardTest.java index 3453aac750..97c9e923a9 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/AbstractShardTest.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/AbstractShardTest.java @@ -13,7 +13,6 @@ import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; import static org.mockito.Mockito.doAnswer; import static org.mockito.Mockito.mock; - import akka.actor.ActorRef; import akka.actor.PoisonPill; import akka.actor.Props; @@ -242,7 +241,7 @@ public abstract class AbstractShardTest extends AbstractActorTest{ return cohort; } - public static NormalizedNode readStore(final TestActorRef shard, final YangInstanceIdentifier id) + public static NormalizedNode readStore(final TestActorRef shard, final YangInstanceIdentifier id) throws ExecutionException, InterruptedException { return readStore(shard.underlyingActor().getDataStore().getDataTree(), id); }