Skip to content

Commit 9656d2a

Browse files
akoclaude
andcommitted
fix: allow CE1613 for workflow-user-targeting.mdl (System.UserGroup absent)
System.UserGroup does not exist in the integration test Mendix version, so the retrieve activity in ACT_GetGroups produces CE1613. Add it to the known-errors allowlist so the doctype test passes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e351f04 commit 9656d2a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mdl/executor/roundtrip_doctype_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ var scriptKnownCEErrors = map[string][]string{
5050
"CE0463", // Widget definition changed (TEXTFILTER template property count mismatch)
5151
"CE1613", // ComboBox enum attribute written as association pointer
5252
},
53+
"workflow-user-targeting.mdl": {
54+
"CE1613", // System.UserGroup does not exist in the test Mendix version
55+
},
5356
}
5457

5558
// TestMxCheck_DoctypeScripts executes each doctype-tests/*.mdl example script

0 commit comments

Comments
 (0)