Bug 6961: SchemaContext.getAllModuleIdentifiers() doesnt work for submodules 21/47121/4
authorFilip Gregor <fgregor@cisco.com>
Wed, 19 Oct 2016 11:41:28 +0000 (13:41 +0200)
committerFilip Gregor <fgregor@cisco.com>
Thu, 20 Oct 2016 09:08:08 +0000 (09:08 +0000)
commit097a1cc73aa3ffbf1898b38cba4f6c66956a4c3b
treee346b84c1c73996c024d79df4b83533b9574ebb0
parentaae3ec264b796274acca53ddb404f0bdecdace70
Bug 6961: SchemaContext.getAllModuleIdentifiers() doesnt work for submodules

added submodules to return value from method getAllModuleIdentifiers

Change-Id: I9f328d0050457b7094cbb420f0e0205b8034cf6f
Signed-off-by: Filip Gregor <fgregor@cisco.com>
yang/yang-parser-impl/src/main/java/org/opendaylight/yangtools/yang/parser/stmt/rfc6020/effective/EffectiveSchemaContext.java
yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/stmt/Bug6961Test.java [new file with mode: 0644]
yang/yang-parser-impl/src/test/resources/bugs/bug6961/bar-sub1.yang [new file with mode: 0644]
yang/yang-parser-impl/src/test/resources/bugs/bug6961/bar.yang [new file with mode: 0644]
yang/yang-parser-impl/src/test/resources/bugs/bug6961/baz.yang [new file with mode: 0644]
yang/yang-parser-impl/src/test/resources/bugs/bug6961/foo-sub1.yang [new file with mode: 0644]
yang/yang-parser-impl/src/test/resources/bugs/bug6961/foo-sub2.yang [new file with mode: 0644]
yang/yang-parser-impl/src/test/resources/bugs/bug6961/foo.yang [new file with mode: 0644]