X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-broker%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fmd%2Fsal%2Fbinding%2Ftest%2FDataBrokerTestModule.java;h=c71049e444041e53a131f9877637f88a82a97bba;hp=96facbed9cdd3dbd9e95919fa91c2c6d208d55ff;hb=a12683b9e6445f48216ce0ca357dfcf359c8e3b3;hpb=16c3ed9c435bbcc008ed453358380edf7034f4d5 diff --git a/opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/test/DataBrokerTestModule.java b/opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/test/DataBrokerTestModule.java index 96facbed9c..c71049e444 100644 --- a/opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/test/DataBrokerTestModule.java +++ b/opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/test/DataBrokerTestModule.java @@ -21,7 +21,7 @@ public class DataBrokerTestModule { // into this DataBrokerTestModule, and make AbstractDataBrokerTest // use it, instead of the way around it currently is (the opposite); // this is just for historical reasons... and works for now. - AbstractDataBrokerTest dataBrokerTest = new AbstractDataBrokerTest(); + ConstantSchemaAbstractDataBrokerTest dataBrokerTest = new ConstantSchemaAbstractDataBrokerTest(); dataBrokerTest.setup(); return dataBrokerTest.getDataBroker(); } catch (Exception e) {