Fixed incorrect XML test suites & Usage of removed API 97/9197/4
authorTony Tkacik <ttkacik@cisco.com>
Mon, 21 Jul 2014 11:48:03 +0000 (13:48 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Mon, 21 Jul 2014 12:56:52 +0000 (14:56 +0200)
commita063cb44fd583f727fb56c36974b99c86d70d1ec
tree1b5b7245c2c27e7db13de01dfbfe45f607594fa7
parent4386d86231d7c6b84a8a70795ef43b178c0b9996
Fixed incorrect XML test suites & Usage of removed API

Change in underlying YANG Tools codec, unvereded
that there were test-suites which did string
comparison for testing of XML responses and
any change in XML serialization (valid from
XML point-of-view) triggered this tests to
fail.

Reworked offending tests to use XML W3C Document
for testing instead of string comparison and regexes.

Change-Id: Ib6e35e8d2fe79275666235370d1dda461277a59f
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
opendaylight/md-sal/sal-protocolbuffer-encoding/src/test/java/org/opendaylight/controller/cluster/datastore/util/NormalizedNodeXmlConverterTest.java
opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestGetOperationTest.java
opendaylight/netconf/netconf-cli/src/main/java/org/opendaylight/controller/netconf/cli/commands/local/Disconnect.java
opendaylight/netconf/netconf-cli/src/test/java/org/opendaylight/controller/netconf/cli/io/IOUtilTest.java