Commit 020e072
authored
Fix acceptance tests bny reverting capitalization change (#1647)
The Jenkins acceptance test harness uses the display name to locate UI
components and test them. It locates those components by display name.
The tests in the acceptance test harness are especially valuable now while
we are preparing for the Spring Security 6.x upgrade. It is better to
retain the previous capitalization and preserve Jenkins acceptance test
harness results rather than need to spread the capitalization change
into the acceptance test harness and related components.
Added TODO item to fix the capitalization in both the git plugin and
the acceptance test harness in a future release.1 parent fea4aad commit 020e072
File tree
1 file changed
+7
-1
lines changed- src/main/java/hudson/plugins/git/extensions/impl
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
61 | 67 | | |
62 | 68 | | |
63 | 69 | | |
| |||
0 commit comments