Draft implementation of integration tests
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / serialization / factories / EchoInputMessageFactoryTest.java
index 2dc4aa16fe051e8a4db085f69f9c9efbb681c2c2..bfeb53ba18c193ffe62d14d4cef93a19fea13a12 100644 (file)
@@ -16,7 +16,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731
  */\r
 public class EchoInputMessageFactoryTest {\r
 \r
-    private static final byte ECHO_REQUEST_MESSAGE_CODE_TYPE = 2;\r
+    private static final byte ECHO_REQUEST_MESSAGE_CODE_TYPE = EchoInputMessageFactory.MESSAGE_TYPE;\r
     \r
     /**\r
      * Testing of {@link EchoInputMessageFactory} for correct translation from POJO\r