Bug 2358 - Remove tests cnsn to json and add tests nn to json 91/21191/7
authorJakub Toth <jatoth@cisco.com>
Wed, 27 May 2015 10:44:31 +0000 (12:44 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 15 Jun 2015 14:02:10 +0000 (14:02 +0000)
commit6b97753fc17bb2d9d73047038105754fcebe029d
tree1372c1b6b19d9a1e7d91d7fd7a0a535c67954749
parent9216287a4d1fc310f81f1956685f4e6deb7eefa8
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>
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]