Bump upstreams
[openflowplugin.git] / openflowjava / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / serialization / factories / OF10FeaturesReplyMessageFactoryTest.java
index e0437435d1122f33a738291e2b9e1f2a09782b2b..3da16400b318f4ae0450f848d22ed8616ea322e9 100644 (file)
@@ -80,7 +80,7 @@ public class OF10FeaturesReplyMessageFactoryTest {
         byte[] address = new byte[6];
         serializedBuffer.readBytes(address);
         Assert.assertEquals("Wrong MacAddress", port.getHwAddr().getValue().toLowerCase(),
-                IetfYangUtil.INSTANCE.macAddressFor(address).getValue().toLowerCase());
+                IetfYangUtil.macAddressFor(address).getValue().toLowerCase());
         byte[] name = new byte[16];
         serializedBuffer.readBytes(name);
         Assert.assertEquals("Wrong name", port.getName(), new String(name).trim());