X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2FDistributedDataStoreIntegrationTest.java;h=49408b741019c98debbe70b37857d871d0f80b8b;hb=30faeb35260541c273a81b8f126b40da94daa825;hp=fc527b6bffe13726d89d5923cee71a6c471af055;hpb=79d775c3cc0fe48b01eefdb732124e81dfe3441c;p=controller.git diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/DistributedDataStoreIntegrationTest.java b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/DistributedDataStoreIntegrationTest.java index fc527b6bff..49408b7410 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/DistributedDataStoreIntegrationTest.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/DistributedDataStoreIntegrationTest.java @@ -72,7 +72,7 @@ public class DistributedDataStoreIntegrationTest { protected void run() { try { final DistributedDataStore distributedDataStore = - new DistributedDataStore(getSystem(), "config", new MockClusterWrapper(), configuration); + new DistributedDataStore(getSystem(), "config", new MockClusterWrapper(), configuration, null); distributedDataStore.onGlobalContextUpdated(TestModel.createTestContext()); @@ -154,7 +154,7 @@ public class DistributedDataStoreIntegrationTest { try { final DistributedDataStore distributedDataStore = new DistributedDataStore(getSystem(), "config", - new MockClusterWrapper(), configuration); + new MockClusterWrapper(), configuration, null); distributedDataStore.onGlobalContextUpdated( SchemaContextHelper.full());