Bug 2358 - Remove tests cnsn to xml and add tests nn to xml 27/21527/5
authorJakub Toth <jatoth@cisco.com>
Mon, 1 Jun 2015 07:34:50 +0000 (09:34 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 15 Jun 2015 08:23:41 +0000 (08:23 +0000)
commit6c0c438071d2e85ef2f08070935cb310165f25cf
tree7b6333abc02fdfef30cc778cde4b46ff417d718c
parentbec0511bd378c069a2f51545736064a9821e44a7
Bug 2358 - Remove tests cnsn to xml and add tests nn to xml

Tests of codecs are included in codecs yangtools yang-data-codec-gson and yang-data-impl but
we test codec on input data and also with presentation of Rest path.

* remove CnSnInstanceIdentifierToXmlTest test
* add NnInstanceIdentifierToXmlTest to nn/to/xml/test/
  * positive test for instance identifier

Change-Id: Iceb73ed4d96f7686fca04047524716532297a2f8
Signed-off-by: Jakub Toth <jatoth@cisco.com>
opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/cnsn/to/xml/test/CnSnInstanceIdentifierToXmlTest.java [deleted file]
opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/nn/to/xml/test/NnInstanceIdentifierToXmlTest.java [new file with mode: 0644]