summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/rankprofileinheritance/child.sd
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2021-11-08 08:37:38 +0000
committerArne H Juul <arnej@yahooinc.com>2021-11-08 08:37:42 +0000
commita95f1a9033545e08e21a2d656f84fd2d4f2293d4 (patch)
treee07a5c14e48127a3c8aee5f854dc9c882890f28a /config-model/src/test/derived/rankprofileinheritance/child.sd
parenta6aede7c79dcda9bee20174296b9673d9e0b32b1 (diff)
let match-features inherit also
* a rank-profile can now inherit its parent's match-features and add its own, exactly the same way as summary-features.
Diffstat (limited to 'config-model/src/test/derived/rankprofileinheritance/child.sd')
-rw-r--r--config-model/src/test/derived/rankprofileinheritance/child.sd4
1 files changed, 4 insertions, 0 deletions
diff --git a/config-model/src/test/derived/rankprofileinheritance/child.sd b/config-model/src/test/derived/rankprofileinheritance/child.sd
index 9369472cb23..a6e0787a659 100644
--- a/config-model/src/test/derived/rankprofileinheritance/child.sd
+++ b/config-model/src/test/derived/rankprofileinheritance/child.sd
@@ -20,6 +20,10 @@ schema child {
attribute(field3)
}
+ match-features inherits profile1 {
+ function3
+ }
+
}
rank-profile profile4 inherits profile2 {