Commit 3953533
committed
Fix empty diff test failure from upstream JavaSourceSet marker updates
openrewrite/rewrite#7202 added JavaSourceSet marker updates to
ChangeDependencyGroupIdAndArtifactId, which now modifies Java files'
markers without changing text content. This causes the test framework
to flag "empty diff" errors for Java source specs without explicit
`after` text.
Provide explicit `after` text (identical to `before`) for the Java
source file in the affected test to accept the marker-only change.
See openrewrite/rewrite#7349 for the upstream issue.1 parent fde81eb commit 3953533
1 file changed
Lines changed: 14 additions & 0 deletions
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
49 | 56 | | |
50 | 57 | | |
51 | 58 | | |
| |||
94 | 101 | | |
95 | 102 | | |
96 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
97 | 111 | | |
98 | 112 | | |
99 | 113 | | |
| |||
0 commit comments