X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflow-protocol-impl%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fopenflowjava%2Fprotocol%2Fimpl%2Fcore%2Fconnection%2FChannelOutboundQueue02Test.java;h=ccc24e5547640c43cfc5a36e0264b75cef9a59e9;hb=07de1ed897da9d7dc70c6d550f38c59339ed751e;hp=3719d3dc254605565718afdc926d7b6097ac159d;hpb=784257605cac5bb1d780039ceb48ae1c9405233c;p=openflowjava.git diff --git a/openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/core/connection/ChannelOutboundQueue02Test.java b/openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/core/connection/ChannelOutboundQueue02Test.java index 3719d3dc..ccc24e55 100644 --- a/openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/core/connection/ChannelOutboundQueue02Test.java +++ b/openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/core/connection/ChannelOutboundQueue02Test.java @@ -16,9 +16,8 @@ import io.netty.channel.embedded.EmbeddedChannel; import java.net.InetSocketAddress; import java.util.concurrent.TimeUnit; -import junit.framework.Assert; - import org.junit.After; +import org.junit.Assert; import org.junit.Before; import org.junit.Test; import org.mockito.Mock; @@ -142,7 +141,7 @@ public class ChannelOutboundQueue02Test { } /** - * Class for testing - channel can change state to read only or writable + * Class for testing - channel can change state to read only or writable * @author madamjak * */