summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2018-11-30 13:20:18 +0000
committergjoranv <gv@oath.com>2019-01-21 15:09:29 +0100
commit0d528f0c0bf6541f817a38af1a26aedd8af584a0 (patch)
tree5229210ac0ea2971c595b9095c1aa1f514221d11
parent8866546da818c2a269fe868443a93012909da9b1 (diff)
Remove values that are removed in config def file on Vespa 7.
-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