Remove AbstractDataChangeListenerTest derivation 70/71770/1
authorTom Pantelis <tompantelis@gmail.com>
Thu, 3 May 2018 17:13:02 +0000 (13:13 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Thu, 3 May 2018 17:13:02 +0000 (13:13 -0400)
AbstractDataChangeListenerTest is going away so change
HostconfigsDataBrokerTest to derive from AbstractConcurrentDataBrokerTest.

Change-Id: I5b0feabc70b9cafee7104857f569d5cdc87ba368
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
neutron-hostconfig/vpp/src/test/java/org/opendaylight/neutron/hostconfig/vpp/HostconfigsDataBrokerTest.java

index 20040f717067130500bdce6c67063450d3228ae3..f284750c3ace3261ab45592b4e55d9101a8ded0b 100644 (file)
@@ -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<YangModuleInfo> getModuleInfos() throws Exception {