X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=util%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fprotocol%2Futil%2FMplsLabelUtilTest.java;fp=util%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fprotocol%2Futil%2FMplsLabelUtilTest.java;h=902e626b3590849305d39e1d60ff1dd2b2a5b695;hb=d4c50f51a0d8829839f0bdc3c2d560ad8ac8568e;hp=cb9e03a6b9cee72b6fd5b92c093b35f967ae76bc;hpb=c12384b54778e7e243d6318b91cf85659d97056b;p=bgpcep.git diff --git a/util/src/test/java/org/opendaylight/protocol/util/MplsLabelUtilTest.java b/util/src/test/java/org/opendaylight/protocol/util/MplsLabelUtilTest.java index cb9e03a6b9..902e626b35 100644 --- a/util/src/test/java/org/opendaylight/protocol/util/MplsLabelUtilTest.java +++ b/util/src/test/java/org/opendaylight/protocol/util/MplsLabelUtilTest.java @@ -14,10 +14,11 @@ import static org.junit.Assert.assertTrue; import io.netty.buffer.Unpooled; import org.junit.Test; import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.MplsLabel; +import org.opendaylight.yangtools.yang.common.Uint32; public class MplsLabelUtilTest { - private static final long VAL1 = 5; + private static final Uint32 VAL1 = Uint32.valueOf(5); private static final byte[] VAL1_LEFT_BYTES = new byte[] { 0, 0, 0x50 }; private static final byte[] VAL1_LEFT_BYTES_BOTTOM = new byte[] { 0, 0, 0x51 };