Commit 9f030c3
fix: remove org.eclipse.xtend from test project required bundles
The test project created by PluginTestProjectManager listed
org.eclipse.xtend as a required bundle. After migrating away from the
Xpand library, this bundle is no longer in the test runtime, causing
PDE to produce an unresolved bundle error marker — the 5th marker that
made CheckQuickfixTest.testBulkApplyingQuickfix fail consistently
with expected:<4> but was:<5>.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ed28512 commit 9f030c3
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- com.avaloq.tools.ddk.xtext.test.core/src/com/avaloq/tools/ddk/xtext/test
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments