summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/rankprofileinheritance/child.sd
diff options
context:
space:
mode:
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 { }
+ }
+
}