Update MRI upstreams for Phosphorus
[openflowplugin.git] / openflowjava / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / serialization / factories / OF10BarrierReplyMessageFactoryTest.java
index 3b3817d126c2db18fc00aa11e3cbafd1ef79b8a2..4dfa1036594302ea97ff2608601d426e82d710bd 100644 (file)
@@ -33,7 +33,7 @@ public class OF10BarrierReplyMessageFactoryTest {
     public void startUp() {
         SerializerRegistry registry = new SerializerRegistryImpl();
         registry.init();
-        factory = registry.getSerializer(new MessageTypeKey<>(EncodeConstants.OF10_VERSION_ID, BarrierOutput.class));
+        factory = registry.getSerializer(new MessageTypeKey<>(EncodeConstants.OF_VERSION_1_0, BarrierOutput.class));
     }
 
     @Test