From 2fc851906663066711e46b5e821ab04caaeb9695 Mon Sep 17 00:00:00 2001 From: Wilco Fiers Date: Tue, 30 Jan 2024 14:44:40 +0100 Subject: [PATCH] Consistency: Prioritize cantTell over pass --- act-rules-format/act-rules-format.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/act-rules-format/act-rules-format.bs b/act-rules-format/act-rules-format.bs index 006b7cb..aef42cc 100644 --- a/act-rules-format/act-rules-format.bs +++ b/act-rules-format/act-rules-format.bs @@ -645,9 +645,9 @@ When a [=check=] reports more than one outcomes for a test case, the first outco 1. `failed` 2. `untested` -3. `passed` -4. `inapplicable` -5. `cantTell` +3. `cantTell` +4. `passed` +5. `inapplicable` ### Partial Consistency ### {#impl-partial-consistency}