From 1959d37c3611ac1e821b72d9a51c40086c5db5cb Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Tue, 17 May 2016 08:41:24 +0200 Subject: HONEYCOMB-63: bump ODL dependencies to BE-SR2 + Remove dedicated reads to netconf-state in operational datatree. Use regular reader from now on Change-Id: I3d7245cd6cb5d9cf057aea600fddceb49cf18039 Signed-off-by: Marek Gradzki Signed-off-by: Maros Marsalek --- .../io/fd/honeycomb/v3po/data/impl/ReadableDataTreeDelegatorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'v3po/data-impl/src/test/java/io') diff --git a/v3po/data-impl/src/test/java/io/fd/honeycomb/v3po/data/impl/ReadableDataTreeDelegatorTest.java b/v3po/data-impl/src/test/java/io/fd/honeycomb/v3po/data/impl/ReadableDataTreeDelegatorTest.java index 4492c70a2..c8d4fe4e5 100644 --- a/v3po/data-impl/src/test/java/io/fd/honeycomb/v3po/data/impl/ReadableDataTreeDelegatorTest.java +++ b/v3po/data-impl/src/test/java/io/fd/honeycomb/v3po/data/impl/ReadableDataTreeDelegatorTest.java @@ -88,7 +88,7 @@ public class ReadableDataTreeDelegatorTest { @Before public void setUp() { initMocks(this); - operationalData = new ReadableDataTreeDelegator(serializer, globalContext, reader, netconfMonitoringBroker, contextBroker); + operationalData = new ReadableDataTreeDelegator(serializer, globalContext, reader, contextBroker); doReturn(schemaNode).when(globalContext).getDataChildByName(any(QName.class)); doReturn(domDataReadOnlyTransaction).when(netconfMonitoringBroker).newReadOnlyTransaction(); -- cgit 1.2.3-korg