protected File getSpecFile() {
return new File("../tests/src/org/aspectj/systemtest/ajc150/ajc150.xml");
}
+ //public void testDecps1() { runTest("decps - 1");}
+ //public void testDecps1b() { runTest("decps - 1b");}
+ //public void testDecps2() { runTest("decps - 2");}
+ //public void testDecps2b() { runTest("decps - 2b");}
+ //public void testDecps3() { runTest("decps - 3");}
+ //public void testDecps3b() { runTest("decps - 3b");}
+
public void testVarargsNPE_pr120826() { runTest("varargs NPE");}
public void testNamedPointcutPertarget_pr120521() { runTest("named pointcut not resolved in pertarget pointcut");}
public void testDollarClasses_pr120474() { runTest("Dollar classes");}