Tests for YangInstanceIdentifier key value serialization 39/103939/16
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 6 Jan 2023 14:24:24 +0000 (15:24 +0100)
committerRobert Varga <nite@hq.sk>
Tue, 24 Jan 2023 18:33:48 +0000 (18:33 +0000)
commit6fca49a9a8daff89d5304c15d3e5c734dfa3da11
treed3afc02c55b539f9dbaea69779d982dcbbf65163
parent358961aca1a7409f9c4bd68ec3cec8f46691c82b
Tests for YangInstanceIdentifier key value serialization

There are a number of corner cases which we do not handle. This patch
adds @Ignored tests which hightlight basic serialization problems here.

JIRA: YANGTOOLS-1473
Change-Id: I6226cc8ebe48acc03a62309efec2ab205549e0fb
Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
codec/yang-data-codec-gson/src/test/java/org/opendaylight/yangtools/yang/data/codec/gson/YT1473Test.java [new file with mode: 0644]
codec/yang-data-codec-gson/src/test/resources/yt1473/bar.yang [new file with mode: 0644]
codec/yang-data-codec-gson/src/test/resources/yt1473/foo.yang [new file with mode: 0644]
codec/yang-data-codec-xml/src/test/java/org/opendaylight/yangtools/yang/data/codec/xml/YT1473Test.java [new file with mode: 0644]
codec/yang-data-codec-xml/src/test/resources/yt1473/bar.yang [new file with mode: 0644]
codec/yang-data-codec-xml/src/test/resources/yt1473/foo.yang [new file with mode: 0644]