Bug 8083: Preliminary unit tests 06/54106/4
authorIgor Foltin <ifoltin@cisco.com>
Thu, 30 Mar 2017 13:43:06 +0000 (15:43 +0200)
committerRobert Varga <nite@hq.sk>
Thu, 18 May 2017 09:03:54 +0000 (09:03 +0000)
commit4f1692c802228d396f60fa2374646024781c1c12
tree7b7627358e6def94e3cfda1ed14de9d38f339321
parent32d07b64153bd33ea76f9bf8a320102c78ef4543
Bug 8083: Preliminary unit tests

A bunch of unit tests which were used
for the purpose of investigation of this bug

Change-Id: I393d3fba5a0046173c1da4993f3dbd40acddd833
Signed-off-by: Igor Foltin <ifoltin@cisco.com>
17 files changed:
yang/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/Bug8083Test.java [new file with mode: 0644]
yang/yang-data-codec-gson/src/test/resources/bug8083/json/baz.json [new file with mode: 0644]
yang/yang-data-codec-gson/src/test/resources/bug8083/json/foo.json [new file with mode: 0644]
yang/yang-data-codec-gson/src/test/resources/bug8083/json/foobar.json [new file with mode: 0644]
yang/yang-data-codec-gson/src/test/resources/bug8083/json/zab.json [new file with mode: 0644]
yang/yang-data-codec-gson/src/test/resources/bug8083/yang/bar.yang [new file with mode: 0644]
yang/yang-data-codec-gson/src/test/resources/bug8083/yang/baz.yang [new file with mode: 0644]
yang/yang-data-codec-gson/src/test/resources/bug8083/yang/foo.yang [new file with mode: 0644]
yang/yang-data-codec-gson/src/test/resources/bug8083/yang/foobar.yang [new file with mode: 0644]
yang/yang-data-codec-gson/src/test/resources/bug8083/yang/zab.yang [new file with mode: 0644]
yang/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/Bug8083Test.java [new file with mode: 0644]
yang/yang-data-codec-xml/src/test/resources/bug8083/xml/baz.xml [new file with mode: 0644]
yang/yang-data-codec-xml/src/test/resources/bug8083/xml/foobar.xml [new file with mode: 0644]
yang/yang-data-codec-xml/src/test/resources/bug8083/xml/zab.xml [new file with mode: 0644]
yang/yang-data-codec-xml/src/test/resources/bug8083/yang/baz.yang [new file with mode: 0644]
yang/yang-data-codec-xml/src/test/resources/bug8083/yang/foobar.yang [new file with mode: 0644]
yang/yang-data-codec-xml/src/test/resources/bug8083/yang/zab.yang [new file with mode: 0644]