MacAddress (de)serialization fixed
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / deserialization / factories / PortStatusMessageFactoryTest.java
index ddb9a794c3b6f169dc20984291f17481dc480fdd..967c9fd5502c7e28ec3e73d69b06fbf3ce5a3f48 100644 (file)
@@ -45,7 +45,7 @@ public class PortStatusMessageFactoryTest {
         BufferHelper.checkHeaderV13(builtByFactory);\r
         Assert.assertEquals("Wrong reason", 0x01, builtByFactory.getReason().getIntValue());\r
         Assert.assertEquals("Wrong portNumber", 66051L, builtByFactory.getPortNo().longValue());\r
-        Assert.assertEquals("Wrong macAddress", new MacAddress("08002700B0EB"), builtByFactory.getHwAddr());\r
+        Assert.assertEquals("Wrong macAddress", new MacAddress("08:00:27:00:B0:EB"), builtByFactory.getHwAddr());\r
         Assert.assertEquals("Wrong portConfig", new PortConfig(false, true, false, true), builtByFactory.getConfig());\r
         Assert.assertEquals("Wrong portState", new PortState(false, true, true), builtByFactory.getState());\r
         Assert.assertEquals("Wrong currentFeatures", new PortFeatures(true, false, false, false,\r