removed InspectorManagerEx usage if possible

This commit is contained in:
Alexey Kudravtsev
2014-10-17 19:57:18 +04:00
parent fcfcc3e55e
commit 0a39575e8f
8 changed files with 36 additions and 25 deletions
@@ -148,7 +148,7 @@ public abstract class InspectionTestCase extends PsiTestCase {
final GlobalInspectionContextImpl globalContext =
CodeInsightTestFixtureImpl.createGlobalContextForTool(scope, getProject(), inspectionManager, toolWrappers);
InspectionTestUtil.runTool(toolWrapper, scope, globalContext, inspectionManager);
InspectionTestUtil.runTool(toolWrapper, scope, globalContext);
return globalContext;
}