[apex] ApexXPathRuleTest - remove old test
This was testing a deprecated XPath attribute, but that attribute was already removed.
This commit is contained in:
@ -38,11 +38,4 @@ class ApexXPathRuleTest extends ApexParserTestBase {
|
||||
"BooleanExpressions.cls");
|
||||
assertSize(report, 1);
|
||||
}
|
||||
|
||||
@Test
|
||||
void testOldOperatorProperty() {
|
||||
Report report = apex.executeRuleOnResource(makeXPath("//BooleanExpression[@Operator='&&']"),
|
||||
"BooleanExpressions.cls");
|
||||
assertSize(report, 0); // retired
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user