Commit 33203f9
committed
Issue #15 & #16: Add @IgnoreIf for Maven availability
- Added @IgnoreIf annotation to skip tests when Maven not configured
- Tests require maven.home system property or MAVEN_HOME environment variable
- Prevents test failures on machines without Maven or network access
Issue #17: Fix typo 'occured' -> 'occurred'
- Fixed typo in FlowErrorHandlerRuleTest error message
Issue #18: Remove onlyIf from generateGDSL task
- Removed onlyIf predicate that could cause stale GDSL output
- Now relies on Gradle's inputs/outputs up-to-date checking only
Issue #19: Add system property cleanup in EffectivePomIntegrationTest
- Added testApp.cleanup() call before testApp.remove() to restore system properties
- Prevents state leakage to subsequent tests
All fixes verified with successful build.
1 parent 89ae0b7 commit 33203f9
3 files changed
Lines changed: 10 additions & 8 deletions
File tree
- mule-linter-core
- src/test/groovy/com/avioconsulting/mule/linter
- model
- rule/configuration
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 31 | | |
38 | 32 | | |
39 | 33 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
| 28 | + | |
23 | 29 | | |
24 | 30 | | |
25 | 31 | | |
| |||
30 | 36 | | |
31 | 37 | | |
32 | 38 | | |
| 39 | + | |
| 40 | + | |
33 | 41 | | |
34 | 42 | | |
35 | 43 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
0 commit comments