Renamed packages to org.opendaylight.openflowjava.protocol.impl.*
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / core / OFFrameDecoderTest.java
similarity index 81%
rename from openflow-protocol-impl/src/test/java/org/openflow/lib/OFFrameDecoderTest.java
rename to openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/core/OFFrameDecoderTest.java
index 9b82c6cd7d052ad7c0d4c0aec19f5514a054f55e..6ad32adbd39470ae6de9723b8f12bd7a14c47df9 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,10 +7,10 @@ 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.OfFrameDecoder;\r
+import org.opendaylight.openflowjava.protocol.impl.core.OFFrameDecoder;\r
 \r
 /**\r
- * Testing class of {@link OfFrameDecoder}\r
+ * Testing class of {@link OFFrameDecoder}\r
  * @author michal.polkorab\r
  */\r
 public class OFFrameDecoderTest {\r
@@ -22,11 +22,11 @@ public class OFFrameDecoderTest {
      */\r
     @Before\r
     public void setUp() {\r
-        embch = new EmbeddedChannel(new OfFrameDecoder());\r
+        embch = new EmbeddedChannel(new OFFrameDecoder());\r
     }\r
 \r
     /**\r
-     * Test of decoding {@link OfFrameDecoder#decode(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List)}\r
+     * Test of decoding {@link OFFrameDecoder#decode(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List)}\r
      * @throws Exception \r
      */\r
     @Test\r
@@ -41,7 +41,7 @@ public class OFFrameDecoderTest {
     }\r
 \r
     /**\r
-     * Test of decoding {@link OfFrameDecoder#decode(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List)}\r
+     * Test of decoding {@link OFFrameDecoder#decode(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List)}\r
      * @throws Exception \r
      */\r
     @Test\r
@@ -57,7 +57,7 @@ public class OFFrameDecoderTest {
     }\r
 \r
     /**\r
-     * Test of decoding {@link OfFrameDecoder#decode(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List)}\r
+     * Test of decoding {@link OFFrameDecoder#decode(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List)}\r
      * @throws Exception \r
      */\r
     @Test\r
@@ -72,7 +72,7 @@ public class OFFrameDecoderTest {
     }\r
 \r
     /**\r
-     * Test of decoding {@link OfFrameDecoder#decode(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List)}\r
+     * Test of decoding {@link OFFrameDecoder#decode(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List)}\r
      * @throws Exception \r
      */\r
     @Test\r