Fix unit test

This commit is contained in:
Andreas Dangel
2018-09-09 17:06:43 +02:00
parent 18088c75fc
commit 28fbbaa096
@@ -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);