Fixed parsing tests

This commit is contained in:
Valentin Kipyatkov
2015-07-30 15:57:37 +03:00
parent c5f7f08d24
commit 3d71610d96
@@ -62,7 +62,7 @@ public abstract class AbstractJetParsingTest extends ParsingTestCase {
if (!methodName.startsWith("get") && !methodName.startsWith("find") || if (!methodName.startsWith("get") && !methodName.startsWith("find") ||
methodName.equals("getReference") || methodName.equals("getReference") ||
methodName.equals("getReferences") || methodName.equals("getReferences") ||
methodName.equals("getUseScope") || methodName.startsWith("getUseScope") ||
methodName.equals("getPresentation")) { methodName.equals("getPresentation")) {
continue; continue;
} }