Add debug info to investigate blink test.

This commit is contained in:
Sergey Evdokimov
2013-12-25 18:19:41 +04:00
parent 715a143048
commit 6ac4b445a0
@@ -1089,7 +1089,9 @@ public class MavenDependencyCompletionAndResolutionTest extends MavenDomWithIndi
PsiReference reference = psiFile.findReferenceAt(i);
assert reference != null;
throw new RuntimeException("Ref:" + reference + ", type: " + reference.getClass().getName() + ", isSoft: " + reference.isSoft(), e);
System.err.println("testDontHighlightProblemsInNonManagedPom2 debug info: Ref:" + reference + ", type: " + reference.getClass().getName() + ", isSoft: " + reference.isSoft());
throw e;
}
}