X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fsal%2Fyang-prototype%2Fcode-generator%2Fbinding-generator-impl%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Fbinding%2Fgenerator%2Fimpl%2FGenTypesSubSetTest.java;h=16eff0bd3761f5b8786d9e54d78b98d0c90a04d5;hp=c6d9a286fdce4d6df6116587f9486d7c3f45f920;hb=a473dbd2a72e49c11b7a9943d617f3908989aa46;hpb=7c3362df780f30a47d0f6a7b7695360bbb5513bc;ds=sidebyside diff --git a/opendaylight/sal/yang-prototype/code-generator/binding-generator-impl/src/test/java/org/opendaylight/controller/sal/binding/generator/impl/GenTypesSubSetTest.java b/opendaylight/sal/yang-prototype/code-generator/binding-generator-impl/src/test/java/org/opendaylight/controller/sal/binding/generator/impl/GenTypesSubSetTest.java index c6d9a286fd..16eff0bd37 100644 --- a/opendaylight/sal/yang-prototype/code-generator/binding-generator-impl/src/test/java/org/opendaylight/controller/sal/binding/generator/impl/GenTypesSubSetTest.java +++ b/opendaylight/sal/yang-prototype/code-generator/binding-generator-impl/src/test/java/org/opendaylight/controller/sal/binding/generator/impl/GenTypesSubSetTest.java @@ -63,7 +63,7 @@ public class GenTypesSubSetTest { assertNotNull("genTypes is null", genTypes); assertFalse("genTypes is empty", genTypes.isEmpty()); assertEquals("Expected Generated Types from provided sub set of " + - "modules should be 23!", 23, + "modules should be 23!", 25, genTypes.size()); } @@ -93,6 +93,6 @@ public class GenTypesSubSetTest { assertNotNull("genTypes is null", genTypes); assertFalse("genTypes is empty", genTypes.isEmpty()); assertEquals("Expected Generated Types from provided sub set of " + - "modules should be 25!", 25, genTypes.size()); + "modules should be 25!", 28, genTypes.size()); } }