BUG-2184 Fix subtree filtering for identity-ref leaves 65/12165/1
authorMaros Marsalek <mmarsale@cisco.com>
Wed, 22 Oct 2014 15:49:19 +0000 (17:49 +0200)
committerMaros Marsalek <mmarsale@cisco.com>
Wed, 22 Oct 2014 15:49:38 +0000 (17:49 +0200)
commit37b37e348a362f31e01077753cee1c6bdaa645dc
tree0edc27e7a639c850978f70aae2bd43299a162704
parent024c0e5fc9f20f29b894ed4075034797634a4714
BUG-2184 Fix subtree filtering for identity-ref leaves

Change-Id: I7d367c793a461ae26f56ddf611f7e45a723f28fc
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
opendaylight/netconf/netconf-impl/src/main/java/org/opendaylight/controller/netconf/impl/SubtreeFilter.java
opendaylight/netconf/netconf-impl/src/test/java/org/opendaylight/controller/netconf/impl/SubtreeFilterTest.java
opendaylight/netconf/netconf-impl/src/test/resources/subtree/9/post-filter.xml [new file with mode: 0644]
opendaylight/netconf/netconf-impl/src/test/resources/subtree/9/pre-filter.xml [new file with mode: 0644]
opendaylight/netconf/netconf-impl/src/test/resources/subtree/9/request.xml [new file with mode: 0644]
opendaylight/netconf/netconf-util/src/main/java/org/opendaylight/controller/netconf/util/xml/XmlElement.java