Added support to generate types from Choices and Cases added by augmentation.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / binding-generator-impl / src / test / java / org / opendaylight / controller / sal / binding / generator / impl / ChoiceCaseGenTypesTest.java
index e800b5b8c79fe93e64d9743c87074cbaaef1cdda..9db19fdfb5a8eb822f8ff837592807eb0b85f19b 100644 (file)
@@ -52,9 +52,5 @@ public class ChoiceCaseGenTypesTest {
 
         assertNotNull("genTypes is null", genTypes);
         assertFalse("genTypes is empty", genTypes.isEmpty());
-
-        //Expected 23 types from ietf-netconf-monitoring
-        //Expected 14 types from ietf-yang-types
-        //Expected 14 types from ietf-inet-types
     }
 }