mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
IJPL-160418 Fix tests
A lot of tests started to fail with an error that `KernelService.getInstance` returns null The problem is that `BackendKernelService` is not registered in these test due to the absent `intellij.platform.kernel.backend` module. The proposed solution was to add `intellij.platform.monolith.main` dependency to `intellij.platform.resources` which should ensure platform services registration in all tests GitOrigin-RevId: c3a8c3c51620497b0c8d23d5baeb2ba521df6c8f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
afd04129b0
commit
062c23194e
@@ -8,5 +8,6 @@
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.platform.monolith.main" scope="TEST" />
|
||||
</component>
|
||||
</module>
|
||||
Reference in New Issue
Block a user