Renamed packages to org.opendaylight.openflowjava.protocol.impl.*
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / core / TlsDetectorTest.java
similarity index 77%
rename from openflow-protocol-impl/src/test/java/org/openflow/lib/TLSDetectorTest.java
rename to openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/core/TlsDetectorTest.java
index c473aa84c6ed537e442b040f00a18a45a5f58e5b..1279ef6b08bb352940711c85fbf6e79f6b948333 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,15 +7,15 @@ 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.TcpHandler;\r
-import org.openflow.lib.TlsDetector;\r
-import org.openflow.lib.TcpHandler.COMPONENT_NAMES;\r
+import org.opendaylight.openflowjava.protocol.impl.core.TcpHandler;\r
+import org.opendaylight.openflowjava.protocol.impl.core.TlsDetector;\r
+import org.opendaylight.openflowjava.protocol.impl.core.TcpHandler.COMPONENT_NAMES;\r
 \r
 /**\r
  *\r
  * @author michal.polkorab\r
  */\r
-public class TLSDetectorTest {\r
+public class TlsDetectorTest {\r
     \r
     private EmbeddedChannel embch;\r
 \r