Bump upstreams
[openflowplugin.git] / openflowjava / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / serialization / factories / MultipartReplyMessageFactoryTest.java
index 6245637bcedebec2bc8f51af1d9f88b22ab78b5f..5585072ad460df05da7ac746cad4e755d9d6485c 100644 (file)
@@ -481,7 +481,7 @@ public class MultipartReplyMessageFactoryTest {
         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());
         serializedBuffer.skipBytes(2);
         byte[] name = new byte[16];
         serializedBuffer.readBytes(name);