more diagnostics

This commit is contained in:
Alexey Kudravtsev
2016-07-08 16:17:26 +03:00
parent 4da72a13ba
commit 8ec0bd4773
@@ -872,6 +872,7 @@ public class DaemonRespondToChangesTest extends DaemonAnalyzerTestCase {
myDaemonCodeAnalyzer.restart();
try {
List<HighlightInfo> infos = doHighlighting();
log.append("File text: '" + getFile().getText() + "'\n");
log.append("infos: " + infos + "\n");
assertEmpty(filter(infos,HighlightSeverity.ERROR));
@@ -880,6 +881,7 @@ public class DaemonRespondToChangesTest extends DaemonAnalyzerTestCase {
type(' ');
infos = doHighlighting();
log.append("File text: '" + getFile().getText() + "'\n");
log.append("infos: " + infos + "\n");
assertEmpty(filter(infos,HighlightSeverity.ERROR));
@@ -888,6 +890,7 @@ public class DaemonRespondToChangesTest extends DaemonAnalyzerTestCase {
backspace();
infos = doHighlighting();
log.append("File text: '" + getFile().getText() + "'\n");
log.append("infos: " + infos + "\n");
assertEmpty(filter(infos,HighlightSeverity.ERROR));