Bug 2358 - Remove tests cnsn to json and add tests nn to json 85/21185/7
authorJakub Toth <jatoth@cisco.com>
Wed, 27 May 2015 09:41:45 +0000 (11:41 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 15 Jun 2015 14:02:21 +0000 (14:02 +0000)
commit1fa839d51563b9588bf7502e86a5e9c2425fab2f
tree509d738d05652f0359ba6f262aabcab1ab892dd7
parent6b97753fc17bb2d9d73047038105754fcebe029d
Bug 2358 - Remove tests cnsn to json and add tests nn to json

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 CnSnToJsonNotExistingLeafTypeTest.java test
* add NnToJsonNotExistingLeafTypeTest.java to nn/to/json/test/
  * test with not existing leaf type

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