Commit c704cbe
committed
Fix WanCommandAutoCompletionIntegrationTest: expect leading space in completions
- Updated test expectations to include leading space in option completions
- When buffer ends with space (e.g., 'wan-copy region '), completions
have a leading space character
- Changed assertions from '--region' to ' --region' to match actual behavior
- This aligns with other completion tests like GfshParserAutoCompletionIntegrationTest1 parent 7b831e2 commit c704cbe
1 file changed
Lines changed: 3 additions & 2 deletions
File tree
- geode-wan/src/integrationTest/java/org/apache/geode/cache/wan/internal/cli/commands
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
47 | 48 | | |
48 | | - | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments