mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
diagnostics for blinking test
This commit is contained in:
+2
-1
@@ -24,6 +24,7 @@ import com.intellij.codeInspection.visibility.VisibilityInspection;
|
||||
import com.intellij.profile.codeInspection.InspectionProfileManager;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
|
||||
/**
|
||||
* @author Dmitry Avdeev
|
||||
@@ -65,7 +66,7 @@ public class GlobalInspectionContextTest extends CodeInsightTestCase {
|
||||
return;
|
||||
}
|
||||
}
|
||||
fail("No disabled tools found");
|
||||
fail("No disabled tools found: " + Arrays.asList(tools));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user