aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/imported_struct_fields/imported-fields.cfg
diff options
context:
space:
mode:
authorGeir Storli <geirstorli@yahoo.no>2019-01-21 16:06:53 +0100
committerGitHub <noreply@github.com>2019-01-21 16:06:53 +0100
commit8372a883c5a5fa100f88fc9b80824359b5bb70cd (patch)
tree660ce3ef61f060b33bd97eac1185715606b8e2bd /config-model/src/test/derived/imported_struct_fields/imported-fields.cfg
parent3722c1cdd91fce30d1c2538b2a8749d9321e194b (diff)
parenteb0b1134a66507e3bd8f09793c22cd824d01dff5 (diff)
Merge pull request #8198 from vespa-engine/7
7 MERGEOK
Diffstat (limited to 'config-model/src/test/derived/imported_struct_fields/imported-fields.cfg')
-rw-r--r--config-model/src/test/derived/imported_struct_fields/imported-fields.cfg14
1 files changed, 0 insertions, 14 deletions
diff --git a/config-model/src/test/derived/imported_struct_fields/imported-fields.cfg b/config-model/src/test/derived/imported_struct_fields/imported-fields.cfg
index 772e5cffec9..699a3045075 100644
--- a/config-model/src/test/derived/imported_struct_fields/imported-fields.cfg
+++ b/config-model/src/test/derived/imported_struct_fields/imported-fields.cfg
@@ -1,35 +1,21 @@
attribute[0].name "my_elem_array.name"
attribute[0].referencefield "parent_ref"
attribute[0].targetfield "elem_array.name"
-attribute[0].datatype NONE
-attribute[0].collectiontype SINGLE
attribute[1].name "my_elem_array.weight"
attribute[1].referencefield "parent_ref"
attribute[1].targetfield "elem_array.weight"
-attribute[1].datatype NONE
-attribute[1].collectiontype SINGLE
attribute[2].name "my_elem_map.key"
attribute[2].referencefield "parent_ref"
attribute[2].targetfield "elem_map.key"
-attribute[2].datatype NONE
-attribute[2].collectiontype SINGLE
attribute[3].name "my_elem_map.value.name"
attribute[3].referencefield "parent_ref"
attribute[3].targetfield "elem_map.value.name"
-attribute[3].datatype NONE
-attribute[3].collectiontype SINGLE
attribute[4].name "my_elem_map.value.weight"
attribute[4].referencefield "parent_ref"
attribute[4].targetfield "elem_map.value.weight"
-attribute[4].datatype NONE
-attribute[4].collectiontype SINGLE
attribute[5].name "my_str_int_map.key"
attribute[5].referencefield "parent_ref"
attribute[5].targetfield "str_int_map.key"
-attribute[5].datatype NONE
-attribute[5].collectiontype SINGLE
attribute[6].name "my_str_int_map.value"
attribute[6].referencefield "parent_ref"
attribute[6].targetfield "str_int_map.value"
-attribute[6].datatype NONE
-attribute[6].collectiontype SINGLE \ No newline at end of file