summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/rankprofileinheritance/child.sd
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2024-01-21 11:16:48 +0000
committerArne Juul <arnej@yahooinc.com>2024-01-21 11:16:48 +0000
commita28d483958b1d564957f8f7fa3070ae04bd4f431 (patch)
treeba6b2de1142354068e3d2f5c90047a5f6688268f /config-model/src/test/derived/rankprofileinheritance/child.sd
parentc3985a166aea6d03447b18e09f9071cc280a1c96 (diff)
unit test reset of feature lists
Diffstat (limited to 'config-model/src/test/derived/rankprofileinheritance/child.sd')
-rw-r--r--config-model/src/test/derived/rankprofileinheritance/child.sd11
1 files changed, 11 insertions, 0 deletions
diff --git a/config-model/src/test/derived/rankprofileinheritance/child.sd b/config-model/src/test/derived/rankprofileinheritance/child.sd
index 2517d0731f5..8348a62838c 100644
--- a/config-model/src/test/derived/rankprofileinheritance/child.sd
+++ b/config-model/src/test/derived/rankprofileinheritance/child.sd
@@ -39,4 +39,15 @@ schema child {
}
+ rank-profile profile5 inherits profile1 {
+ match-features {
+ attribute(field3)
+ }
+ }
+
+ rank-profile profile6 inherits profile1 {
+ summary-features { }
+ match-features { }
+ }
+
}