From: aclement Date: Mon, 19 Dec 2005 10:25:32 +0000 (+0000) Subject: defined but commented out decp tests X-Git-Tag: POST_MEMORY_CHANGES~229 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bc1fcf9581621da51498b251f053b29fb70b9c05;p=aspectj.git defined but commented out decp tests --- diff --git a/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java b/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java index 1d3f60600..cf89ee0ca 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java @@ -41,6 +41,13 @@ public class Ajc150Tests extends org.aspectj.testing.XMLBasedAjcTestCase { 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");}