Commit 7611937
fix: add version guards to integration tests failing on Mendix 10.24
Five standalone integration tests fail on 10.24 because they use
features with 11.x-specific BSON formats or widget templates:
- TestMxCheck_ViewEntitySimple: VIEW ENTITY BSON requires 11.0+
- TestMxCheck_ViewEntityWithAggregates: same
- TestMxCheck_GalleryPage: Gallery widget template is 11.6 (CE0463)
- TestMxCheck_ComboBoxWithAssociation: ComboBox template is 11.6 (CE0463)
- TestMxCheck_DoctypeScripts/02-microflow: LOG WARNING expression (CE0117)
Add requireMinVersion() helper to testEnv and skip tests that need
11.0+ when running on 10.24. Add CE0117 as known error for
02-microflow-examples.mdl (expression syntax difference in 10.x).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent be5ff31 commit 7611937
4 files changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
578 | 587 | | |
579 | 588 | | |
580 | 589 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
629 | 629 | | |
630 | 630 | | |
631 | 631 | | |
| 632 | + | |
632 | 633 | | |
633 | 634 | | |
634 | 635 | | |
| |||
683 | 684 | | |
684 | 685 | | |
685 | 686 | | |
| 687 | + | |
686 | 688 | | |
687 | 689 | | |
688 | 690 | | |
| |||
750 | 752 | | |
751 | 753 | | |
752 | 754 | | |
| 755 | + | |
753 | 756 | | |
754 | 757 | | |
755 | 758 | | |
| |||
0 commit comments