append qualifier type args in canonical text, e.g. IDEA-60166

This commit is contained in:
Anna Kozlova
2012-11-01 19:08:15 +01:00
parent b4ed390aa7
commit 94f33a1358
4 changed files with 25 additions and 2 deletions
@@ -167,4 +167,5 @@ public class LightAdvHighlightingJdk7Test extends LightDaemonAnalyzerTestCase {
public void testUncheckedWarning() throws Exception { doTest(true, false); }
public void testUncheckedWarningIDEA59290() throws Exception { doTest(true, false); }
public void testUncheckedWarningIDEA70620() throws Exception { doTest(true, false); }
public void testUncheckedWarningIDEA60166() throws Exception { doTest(true, false); }
}