Commit 51815e5
committed
Add family for the quick diff initialize job
The quick diff initialization job currently has no family,
making it difficult to wait on it during tests.
During JDT UI SaveParticipantTest we observe the job running
in parallel to the test, potentially running into errors
due to file operations done in the test.
This change adds a family that tests can use to wait on the job.
Fixes: #4172
See also: eclipse-jdt/eclipse.jdt.ui#791 parent 0e1835a commit 51815e5
1 file changed
Lines changed: 10 additions & 0 deletions
File tree
- bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/internal/texteditor/quickdiff
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
137 | 142 | | |
138 | 143 | | |
139 | 144 | | |
| |||
550 | 555 | | |
551 | 556 | | |
552 | 557 | | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
553 | 563 | | |
554 | 564 | | |
555 | 565 | | |
| |||
0 commit comments