diff options
author | aclement <aclement> | 2005-12-19 10:25:32 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-12-19 10:25:32 +0000 |
commit | bc1fcf9581621da51498b251f053b29fb70b9c05 (patch) | |
tree | 692ff866242544d8497ff6561dbfb7e3ac4b2598 | |
parent | 338ffd1bb5c4c4c7ca26025e8620b1879cd67b34 (diff) | |
download | aspectj-bc1fcf9581621da51498b251f053b29fb70b9c05.tar.gz aspectj-bc1fcf9581621da51498b251f053b29fb70b9c05.zip |
defined but commented out decp tests
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java | 7 |
1 files changed, 7 insertions, 0 deletions
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");} |