Fixed parsing tests
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user