Bug 2358 - Remove tests cnsn to json and add tests nn to json
authorJakub Toth <jatoth@cisco.com>
Wed, 27 May 2015 10:44:31 +0000 (12:44 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 23 Jul 2015 09:04:02 +0000 (09:04 +0000)
commitb4375f52f6e2c2556406f384eace9c421b60cfe9
tree731bc6fd9012ab4565691cd8ebfd8cda58cc8f68
parentcb78af838dcc53f691e5b57db6fc0869b27eaf19
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 CnSnToJsonWithAugmentTest test
* add NnToJsonWithAugmentTest to nn/to/json/test/
  * positive test for test augmented elements

Change-Id: I4c8b92e828ade1d43a5af5384ec7938854fda9ce
Signed-off-by: Jakub Toth <jatoth@cisco.com>
(cherry picked from commit 6b97753fc17bb2d9d73047038105754fcebe029d)
opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/cnsn/to/json/test/CnSnToJsonWithAugmentTest.java [deleted file]
opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/nn/to/json/test/NnToJsonWithAugmentTest.java [new file with mode: 0644]