Bug 6961: SchemaContext.getAllModuleIdentifiers() doesnt work for submodules 14/47314/1
authorFilip Gregor <fgregor@cisco.com>
Wed, 19 Oct 2016 11:41:28 +0000 (13:41 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 21 Oct 2016 08:40:50 +0000 (08:40 +0000)
commit755a50a76b06f89ee5d4905145fe0e124e42aea4
tree8abed9bff945bf00a04745d048422e675a8ac78e
parent124100376e7885a74b1e26957979eec3de618ee3
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>
(cherry picked from commit 097a1cc73aa3ffbf1898b38cba4f6c66956a4c3b)
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]