Fix unit test
This commit is contained in:
@@ -17,6 +17,11 @@ public class RegexpAcceptanceTest extends SimpleAggregatorTst {
|
||||
|
||||
private static final String XPATH = "//ClassOrInterfaceDeclaration[matches(@Image, 'F?o')]";
|
||||
|
||||
@Override
|
||||
protected void setUp() {
|
||||
// not registering any rule
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testSimple() {
|
||||
Rule r = new XPathRule(XPATH);
|
||||
|
||||
Reference in New Issue
Block a user