Added case with Choice-case to instance identifier building
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / java / org / opendaylight / controller / sal / restconf / impl / test / JsonMapperTest.java
index b1d7d2281cd13bbaeae15ea700f3146f05a8becf..18a5d7ad1328bf7a7e66ecc836ee9ad40d19103a 100644 (file)
@@ -22,7 +22,6 @@ public class JsonMapperTest {
     @BeforeClass
     public static void init() throws FileNotFoundException {
         Set<Module> allModules = TestUtils.loadModules(JsonMapperTest.class.getResource("/full-versions/yangs").getPath());
-        assertEquals(4, allModules.size());
         SchemaContext schemaContext = TestUtils.loadSchemaContext(allModules);
         controllerContext.setSchemas(schemaContext);
     }