X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin-impl%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fopenflowplugin%2Fimpl%2Fstatistics%2Fservices%2FOpendaylightFlowStatisticsServiceImpl1Test.java;h=4f9abf088bf3206860c47adfb007a18eeafbe743;hb=b4f4b4b702e2ccd8a7c62fd2a5c184c5b1cbe665;hp=39e9cccab8545c05af14f22da2d75613f837fb24;hpb=2373479fdc5a59f1399e50f5de1dc321d429d76b;p=openflowplugin.git diff --git a/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/statistics/services/OpendaylightFlowStatisticsServiceImpl1Test.java b/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/statistics/services/OpendaylightFlowStatisticsServiceImpl1Test.java index 39e9cccab8..4f9abf088b 100644 --- a/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/statistics/services/OpendaylightFlowStatisticsServiceImpl1Test.java +++ b/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/statistics/services/OpendaylightFlowStatisticsServiceImpl1Test.java @@ -12,7 +12,6 @@ import java.util.concurrent.Future; import org.junit.Test; import org.mockito.ArgumentCaptor; import org.mockito.Captor; -import org.mockito.Mockito; import org.opendaylight.openflowplugin.impl.rpc.AbstractRequestContext; import org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.ConvertorManager; import org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.ConvertorManagerFactory; @@ -46,7 +45,7 @@ public class OpendaylightFlowStatisticsServiceImpl1Test extends AbstractStatsSer //NOOP } }; - Mockito.when(rqContextStack.createRequestContext()).thenReturn(rqContext); + //Mockito.when(rqContextStack.createRequestContext()).thenReturn(rqContext); } @Test(expected = IllegalAccessError.class)