Renamed packages to org.opendaylight.openflowjava.protocol.impl.*
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / core / OFVersionDetectorTest.java
similarity index 77%
rename from openflow-protocol-impl/src/test/java/org/openflow/lib/OFVersionDetectorTest.java
rename to openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/core/OFVersionDetectorTest.java
index dcd822d4d8e7377088c932653d60553a2b99d3a8..8bf4907a60e193a3795fa7b3aac2bf2c175076c5 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (C)2013 Pantheon Technologies, s.r.o. All rights reserved. */\r
-package org.openflow.lib;\r
+package org.opendaylight.openflowjava.protocol.impl.core;\r
 \r
 import io.netty.buffer.ByteBuf;\r
 import io.netty.channel.embedded.EmbeddedChannel;\r
@@ -7,8 +7,8 @@ import io.netty.channel.embedded.EmbeddedChannel;
 import org.junit.Assert;\r
 import org.junit.Before;\r
 import org.junit.Test;\r
-import org.openflow.lib.OfVersionDetector;\r
-import org.openflow.lib.TcpHandler.COMPONENT_NAMES;\r
+import org.opendaylight.openflowjava.protocol.impl.core.OFVersionDetector;\r
+import org.opendaylight.openflowjava.protocol.impl.core.TcpHandler.COMPONENT_NAMES;\r
 \r
 /**\r
  *\r
@@ -23,11 +23,11 @@ public class OFVersionDetectorTest {
      */\r
     @Before\r
     public void setUp() {\r
-        embch = new EmbeddedChannel(new OfVersionDetector());\r
+        embch = new EmbeddedChannel(new OFVersionDetector());\r
     }\r
 \r
     /**\r
-     * Test of decode {@link OfVersionDetector#decode(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List)\r
+     * Test of decode {@link OFVersionDetector#decode(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List)\r
      * }\r
      * @throws Exception \r
      */\r
@@ -44,7 +44,7 @@ public class OFVersionDetectorTest {
     }\r
     \r
     /**\r
-     * Test of decode {@link OfVersionDetector#decode(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List)\r
+     * Test of decode {@link OFVersionDetector#decode(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List)\r
      * }\r
      * @throws Exception \r
      */\r