Skip to content
Snippets Groups Projects
Commit 9462bf83 authored by Botond Baranyi's avatar Botond Baranyi
Browse files

Fixed function test after changes to JSON attribute 'default'


Change-Id: Ibc6b2cb5571e8a6d3f5d174c65ae15a2eff04e5a
Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
parent 100543bd
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ with {
type record Rec5 { //^In type definition// //Invalid attribute, 'as value' is only allowed for unions, the anytype, or records or sets with one field//
integer f1, //Invalid attribute, 'omit as null' requires optional field of a record or set.//
Rec4 f2, //USE-UNION can only be applied to a CHOICE/union type//
record of Rec3 f3 //Invalid attribute, 'name as ...' requires field of a record, set or union.// //JSON default values are not available for type `Rec5_f3'//
record of Rec3 f3 //Invalid attribute, 'name as ...' requires field of a record, set or union.// //Invalid JSON default value for type `@encode_SE.Rec5.f3'. Only the empty array is allowed.//
}
with {
encode "RAW";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment