Add NetconfXmlUnitRecursiveQualifier to netconf-util. 06/20006/5
authorTomas Cere <tcere@cisco.com>
Mon, 11 May 2015 08:03:18 +0000 (10:03 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 12 May 2015 07:41:53 +0000 (07:41 +0000)
commit7049800718ec3d481a04f56550ccce5404a0300b
tree07023958bf7b388e779f841bf9b457670465b0ed
parentfeaf6ccc9fdd1451697d135ea4b54dd4629fc345
Add NetconfXmlUnitRecursiveQualifier to netconf-util.

XmlUnit's RecursiveElementNameAndTextQualifier has trouble with non-trivial xml's and
element order in bigger depths.
This adds our own qualifier based on XmlUnit's implementation.

Change-Id: Ie89e84813e11cb2af7c9d3c0c6d80377816f79a7
Signed-off-by: Tomas Cere <tcere@cisco.com>
opendaylight/netconf/netconf-util/src/test/java/org/opendaylight/controller/netconf/util/test/NetconfXmlUnitRecursiveQualifier.java [new file with mode: 0644]