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=8a7b50d20c9003682b0ec6a2626b1c342ea73a03;hb=76cc965bd2d9978fedcbe19603c98e7752abf5a8;hp=21aa00e9e0b98c60b2d117fa67f36864e0c7700a;hpb=3a8636987a20a584ad25af7aba11ffcade21ebe3;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 21aa00e9e0..8a7b50d20c 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 @@ -78,7 +78,7 @@ public class DistributedDataStoreIntegrationTest { final DistributedDataStore distributedDataStore = new DistributedDataStore(getSystem(), "config", new MockClusterWrapper(), configuration, - new DistributedDataStoreProperties()); + new DatastoreContext()); distributedDataStore.onGlobalContextUpdated(TestModel.createTestContext());