mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[tests] IJPL-148944 Enable isIconRequired in tests
GitOrigin-RevId: c15b2e5e2ac70f21371cd610a666ad8d87e52053
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b8a85af4b0
commit
a7a91506ba
@@ -16,6 +16,8 @@ class JsonIconsAstLoadingTest : BasePlatformTestCase() {
|
||||
Registry.get("ast.loading.filter").setValue(true, testRootDisposable);
|
||||
}
|
||||
|
||||
override fun isIconRequired(): Boolean = true
|
||||
|
||||
/**
|
||||
* If this test fails for your [com.intellij.ide.IconProvider] you MUST avoid loading PSI by either:
|
||||
* - indexing and accessing index instead from [com.intellij.ide.IconProvider];
|
||||
|
||||
@@ -16,6 +16,8 @@ class YamlIconsAstLoadingTest : BasePlatformTestCase() {
|
||||
Registry.get("ast.loading.filter").setValue(true, testRootDisposable);
|
||||
}
|
||||
|
||||
override fun isIconRequired(): Boolean = true
|
||||
|
||||
/**
|
||||
* If this test fails for your [com.intellij.ide.IconProvider] you MUST avoid loading PSI by either:
|
||||
* - indexing and accessing index instead from [com.intellij.ide.IconProvider];
|
||||
|
||||
@@ -16,6 +16,8 @@ class XmlIconsAstLoadingTest : BasePlatformTestCase() {
|
||||
Registry.get("ast.loading.filter").setValue(true, testRootDisposable);
|
||||
}
|
||||
|
||||
override fun isIconRequired(): Boolean = true
|
||||
|
||||
/**
|
||||
* If this test fails for your [com.intellij.ide.IconProvider] you MUST avoid loading PSI by either:
|
||||
* - indexing and accessing index instead from [com.intellij.ide.IconProvider];
|
||||
|
||||
Reference in New Issue
Block a user