mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
tests: drop PSI caches after configuration changes affecting references & resolve
This commit is contained in:
@@ -60,6 +60,7 @@ public abstract class JsonSchemaHeavyAbstractTest extends CompletionTestCase {
|
||||
callback.registerSchemes();
|
||||
JsonSchemaMappingsProjectConfiguration.getInstance(getProject()).setState(mySchemas);
|
||||
JsonSchemaService.Impl.get(getProject()).reset();
|
||||
getPsiManager().dropPsiCaches();
|
||||
doHighlighting();
|
||||
if (myDoCompletion) complete();
|
||||
callback.doCheck();
|
||||
|
||||
Reference in New Issue
Block a user