Bug 2756 - Match model update
[openflowjava.git] / openflow-protocol-api / src / test / java / org / opendaylight / openflowjava / protocol / api / keys / MatchEntryDeserializerKeyTest.java
index c3d9cf90f9eafa53c45227e6c5f1e31018243ae2..c9c84688d13b19e6ed0dd83904957de6f082d3fe 100644 (file)
@@ -76,8 +76,8 @@ public class MatchEntryDeserializerKeyTest {
     public void testToString(){
         MatchEntryDeserializerKey key1 = new MatchEntryDeserializerKey(EncodeConstants.OF13_VERSION_ID, 0x8000, 42);
 
-        Assert.assertEquals("Wrong toString()", "msgVersion: 4 objectClass: org.opendaylight.yang.gen.v1.urn.opendaylight"
-                + ".openflow.oxm.rev130731.oxm.fields.grouping.MatchEntries msgType: 32768 oxm_field: 42"
-                + " experimenterID: null", key1.toString());
+        Assert.assertEquals("Wrong toString()", "msgVersion: 4 objectClass: org.opendaylight.yang.gen.v1.urn"
+                + ".opendaylight.openflow.oxm.rev150225.match.entries.grouping.MatchEntry"
+                + " msgType: 32768 oxm_field: 42 experimenterID: null", key1.toString());
     }
 }
\ No newline at end of file