Commit 8a2c107
committed
Make JUnit diff order consistent with the default compare diff order
Similar to the refactoring wizard, JUnit diff order was always NOT
following "traditional" Eclipse compare editor diff order (left is
"new", right is "old"), so that "natural" order expected / actual was
inconsistent with the compare editor preference, but it was based on
this preference (via CompareConfiguration).
Now the "natural" order is default, swap the sides in JUNit diff pane to
keep same order in as before left: expected, right: actual.
See eclipse-platform/eclipse.platform#2566
See eclipse-platform/eclipse.platform.ui#3777
See eclipse-platform/eclipse.platform.ui#3776 (comment)1 parent 4533252 commit 8a2c107
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
0 commit comments