Update MRI upstreams for Phosphorus
[openflowplugin.git] / openflowjava / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / deserialization / factories / OF10ErrorMessageFactoryTest.java
index ef0731f9b67e19a3db59a823bffbaeacc951fa18..b3b638feae603a95d2aa20db23312180b76d0adf 100644 (file)
@@ -36,7 +36,7 @@ public class OF10ErrorMessageFactoryTest {
         DeserializerRegistry registry = new DeserializerRegistryImpl();
         registry.init();
         errorFactory = registry.getDeserializer(
-                new MessageCodeKey(EncodeConstants.OF10_VERSION_ID, 1, ErrorMessage.class));
+                new MessageCodeKey(EncodeConstants.OF_VERSION_1_0, 1, ErrorMessage.class));
     }
 
     /**