Bug 2358 - Remove tests cnsn to xml and add tests nn to xml 30/21530/5
authorJakub Toth <jatoth@cisco.com>
Mon, 1 Jun 2015 08:15:54 +0000 (10:15 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 15 Jun 2015 08:23:36 +0000 (08:23 +0000)
commitbec0511bd378c069a2f51545736064a9821e44a7
treeccfb91725629b9c810aa6a60ea3ca2dcda5e7612
parent015b6436357637c6cbd29b72e931735ff2a34007
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 CnSnToXmlTest test
* add NnToXmlTest to nn/to/xml/test/
  * positive tests for basic data types

Change-Id: Iac408dc8ce25c8d9c46a21863733b30390ea8c34
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/CnSnToXmlTest.java [deleted file]
opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/nn/to/xml/test/NnToXmlTest.java [new file with mode: 0644]