Updated extension registration keys
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / util / OF13InstructionsSerializerTest.java
index 8fbe8b3698062ab4b135e5d362e595f71eed1346..902f8b5819fe638ce21843fa5686018e429ef7d3 100644 (file)
@@ -144,7 +144,7 @@ public class OF13InstructionsSerializerTest {
         instructions.add(builder.build());\r
         \r
         ByteBuf out = UnpooledByteBufAllocator.DEFAULT.buffer();\r
-        ListSerializer.serializeList(instructions, EnhancedTypeKeyMakerFactory\r
+        ListSerializer.serializeList(instructions, TypeKeyMakerFactory\r
                 .createInstructionKeyMaker(EncodeConstants.OF13_VERSION_ID), registry, out);\r
         \r
         Assert.assertEquals("Wrong instruction type", 1, out.readUnsignedShort());\r