aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/inheritance/ilscripts.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/inheritance/ilscripts.cfg')
-rw-r--r--config-model/src/test/derived/inheritance/ilscripts.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-model/src/test/derived/inheritance/ilscripts.cfg b/config-model/src/test/derived/inheritance/ilscripts.cfg
index 5856da6992e..91410489de8 100644
--- a/config-model/src/test/derived/inheritance/ilscripts.cfg
+++ b/config-model/src/test/derived/inheritance/ilscripts.cfg
@@ -9,5 +9,5 @@ ilscript[].docfield[] "onlychild"
ilscript[].content[] "clear_state | guard { input onlygrandparent | attribute onlygrandparent; }"
ilscript[].content[] "clear_state | guard { input overridden | attribute overridden; }"
ilscript[].content[] "clear_state | guard { input onlyfather | summary onlyfather; }"
-ilscript[].content[] "clear_state | guard { input onlymother | tokenize normalize stem:\"SHORTEST\" | attribute onlymother | index onlymother; }"
-ilscript[].content[] "clear_state | guard { input onlychild | tokenize normalize stem:\"SHORTEST\" | index onlychild; }"
+ilscript[].content[] "clear_state | guard { input onlymother | tokenize normalize stem:\"BEST\" | attribute onlymother | index onlymother; }"
+ilscript[].content[] "clear_state | guard { input onlychild | tokenize normalize stem:\"BEST\" | index onlychild; }"