Bug 2756 - Action model update
[openflowjava.git] / openflow-protocol-api / src / test / java / org / opendaylight / openflowjava / protocol / api / keys / ActionDeserializerKeyTest.java
index 3b2be12c8917c6a339db92c22acbbebafaa3942b..84760e8b845a6a11856f0d0359e7099514976a51 100644 (file)
@@ -64,7 +64,7 @@ public class ActionDeserializerKeyTest {
         ActionDeserializerKey key1 = new ActionDeserializerKey(EncodeConstants.OF10_VERSION_ID, 11, null);
 
         Assert.assertEquals("Wrong toString()", "msgVersion: 1 objectClass: org.opendaylight.yang.gen.v1.urn"
-                + ".opendaylight.openflow.common.action.rev130731.actions.grouping.Action msgType: 11"
+                + ".opendaylight.openflow.common.action.rev150203.actions.grouping.Action msgType: 11"
                 + " experimenterID: null", key1.toString());
     }
 }
\ No newline at end of file