From: Tom Pantelis Date: Thu, 3 May 2018 17:13:02 +0000 (-0400) Subject: Remove AbstractDataChangeListenerTest derivation X-Git-Tag: release/fluorine~35 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=a551e7e791989ba91df303105fc07302e3940aaa;p=neutron.git Remove AbstractDataChangeListenerTest derivation AbstractDataChangeListenerTest is going away so change HostconfigsDataBrokerTest to derive from AbstractConcurrentDataBrokerTest. Change-Id: I5b0feabc70b9cafee7104857f569d5cdc87ba368 Signed-off-by: Tom Pantelis --- diff --git a/neutron-hostconfig/vpp/src/test/java/org/opendaylight/neutron/hostconfig/vpp/HostconfigsDataBrokerTest.java b/neutron-hostconfig/vpp/src/test/java/org/opendaylight/neutron/hostconfig/vpp/HostconfigsDataBrokerTest.java index 20040f717..f284750c3 100644 --- a/neutron-hostconfig/vpp/src/test/java/org/opendaylight/neutron/hostconfig/vpp/HostconfigsDataBrokerTest.java +++ b/neutron-hostconfig/vpp/src/test/java/org/opendaylight/neutron/hostconfig/vpp/HostconfigsDataBrokerTest.java @@ -13,14 +13,14 @@ import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableSet; import com.google.common.collect.ImmutableSet.Builder; -import org.opendaylight.controller.md.sal.binding.test.AbstractDataChangeListenerTest; +import org.opendaylight.controller.md.sal.binding.test.AbstractConcurrentDataBrokerTest; import org.opendaylight.yang.gen.v1.urn.opendaylight.netconf.node.topology.rev150114.NetconfNode; import org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.rev150712.Neutron; import org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NetworkTopology; import org.opendaylight.yangtools.yang.binding.YangModuleInfo; import org.opendaylight.yangtools.yang.binding.util.BindingReflections; -public class HostconfigsDataBrokerTest extends AbstractDataChangeListenerTest { +public class HostconfigsDataBrokerTest extends AbstractConcurrentDataBrokerTest { @Override protected Iterable getModuleInfos() throws Exception {