X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fmdsal-binding-generator%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fmdsal%2Fbinding%2Fgenerator%2Fimpl%2FAugmentedTypeTest.java;h=b50a57799c8852ed2b2a7979ae9d60203ccc7ce6;hb=314a6573772c8593feecb69210357b193184e3be;hp=b9feeb59120c36d910658bf14f57501fcdd93194;hpb=3cae231b09cdd529113ef0ae00e74bb109e3e830;p=mdsal.git diff --git a/binding/mdsal-binding-generator/src/test/java/org/opendaylight/mdsal/binding/generator/impl/AugmentedTypeTest.java b/binding/mdsal-binding-generator/src/test/java/org/opendaylight/mdsal/binding/generator/impl/AugmentedTypeTest.java index b9feeb5912..b50a57799c 100644 --- a/binding/mdsal-binding-generator/src/test/java/org/opendaylight/mdsal/binding/generator/impl/AugmentedTypeTest.java +++ b/binding/mdsal-binding-generator/src/test/java/org/opendaylight/mdsal/binding/generator/impl/AugmentedTypeTest.java @@ -87,7 +87,7 @@ public class AugmentedTypeTest { } } assertNotNull("getHigherLayerIf method is null", getHigherLayerIfMethod); - assertEquals(Types.listTypeFor(Types.STRING), getHigherLayerIfMethod.getReturnType()); + assertEquals(Types.setTypeFor(Types.STRING), getHigherLayerIfMethod.getReturnType()); // 'InterfaceKey' assertNotNull("InterfaceKey is null", gtInterfaceKey);