summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/array_of_struct_attribute/test.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/array_of_struct_attribute/test.sd')
-rw-r--r--config-model/src/test/derived/array_of_struct_attribute/test.sd3
1 files changed, 3 insertions, 0 deletions
diff --git a/config-model/src/test/derived/array_of_struct_attribute/test.sd b/config-model/src/test/derived/array_of_struct_attribute/test.sd
index 2f7c7755ca5..969dba96bf8 100644
--- a/config-model/src/test/derived/array_of_struct_attribute/test.sd
+++ b/config-model/src/test/derived/array_of_struct_attribute/test.sd
@@ -16,4 +16,7 @@ schema test {
}
}
}
+ document-summary rename {
+ summary new_elem_array type array<elem> { source: elem_array }
+ }
}