fix name case

This commit is contained in:
anna
2012-01-15 14:54:17 +01:00
parent dbcb5d6a6c
commit 8b9dd33ed5
3 changed files with 1 additions and 1 deletions
@@ -42,7 +42,7 @@ public class JavaDocInfoGeneratorTest extends CodeInsightTestCase {
doTestMethod();
}
public void testPatternEscape() throws Exception {
public void testEscapeValues() throws Exception {
PsiClass psiClass = getTestClass();
verifyJavaDoc(psiClass);
}