summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/types
diff options
context:
space:
mode:
authorArne Juul <arnej@yahoo-inc.com>2018-10-29 10:17:30 +0000
committergjoranv <gv@oath.com>2019-01-21 15:09:24 +0100
commita6505c115457b87884fe2132b83afc352e8af31a (patch)
tree0e5abd0690eca4c3159412e55851d84b7af8de29 /config-model/src/test/derived/types
parentb82f37f83b8cfdf562160065cb14f0454b3d0cc0 (diff)
remove "header" and "body" keywords
Diffstat (limited to 'config-model/src/test/derived/types')
-rw-r--r--config-model/src/test/derived/types/types.sd15
1 files changed, 6 insertions, 9 deletions
diff --git a/config-model/src/test/derived/types/types.sd b/config-model/src/test/derived/types/types.sd
index 839cb08dbd6..d3d8aa82b28 100644
--- a/config-model/src/test/derived/types/types.sd
+++ b/config-model/src/test/derived/types/types.sd
@@ -93,9 +93,9 @@ search types {
#field wildcardfield2 type map<?,?> {
#}
- field arrarr type array<array<array<string>>> {header}
- field maparr type array<map<string, string>> {header}
- field complexarray type array< map<int, array<array<string>>> > {body}
+ field arrarr type array<array<array<string>>> {}
+ field maparr type array<map<string, string>> {}
+ field complexarray type array< map<int, array<array<string>>> > {}
struct mystruct {
field bytearr type array<byte>{}
@@ -104,9 +104,9 @@ search types {
field structfield type string {}
}
- field mystructfield type mystruct {header}
- field mystructmap type map<int, mystruct> {header}
- field mystructarr type array<mystruct> {header}
+ field mystructfield type mystruct {}
+ field mystructmap type map<int, mystruct> {}
+ field mystructarr type array<mystruct> {}
struct folder {
field Version type int {}
@@ -133,7 +133,6 @@ search types {
create-if-nonexistent
remove-if-zero
}
- header
}
# Field defined same way as tag
@@ -143,13 +142,11 @@ search types {
create-if-nonexistent
remove-if-zero
}
- header
}
}
field pst_sta_boldingoff_nomatch_tag_01 type tag {
- body
}
field other type long {