Relax looping task property test Previously this test was strict and would expect a looping property failure even when the looping properties were unused. Relax this criteria a bit by ensuring that at least one of the looping properties under test is used by the task so that it will still trigger property loop detection even if the property evaluation implementation shortcuts evaluating unused properties. Change-Id: Idda7d6a677b6c47345c67c3fa8b853a825454622
diff --git a/src/main/resources/Documentation/test/task_states.md b/src/main/resources/Documentation/test/task_states.md index 314b560..ae6f44c 100644 --- a/src/main/resources/Documentation/test/task_states.md +++ b/src/main/resources/Documentation/test/task_states.md
@@ -2492,6 +2492,7 @@ [task "Looping Properties"] set-A = ${B} set-B = ${A} + fail-hint = ${A} fail = True [task "task (tasks-factory missing)"]