summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraclement <aclement>2006-06-25 19:23:24 +0000
committeraclement <aclement>2006-06-25 19:23:24 +0000
commitbb685a123d8b258b2ab985b65e39460a3c84e0e9 (patch)
tree75731a892dede2e331bf9d1ad7d937e2fb4ab1f1 /tests
parentec9b7f9c79f7f1e5c2ae616b3fd290448a6ee8b5 (diff)
downloadaspectj-bb685a123d8b258b2ab985b65e39460a3c84e0e9.tar.gz
aspectj-bb685a123d8b258b2ab985b65e39460a3c84e0e9.zip
testcode for 148536 and 148537 and 148545
Diffstat (limited to 'tests')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java
index e0764bc6b..8f5dbcd39 100644
--- a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java
+++ b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java
@@ -34,6 +34,9 @@ public class Ajc152Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
// public void testItdCallingGenericMethod_pr145391() { runTest("itd calling generic method");}
// public void testItdCallingGenericMethod_pr145391_2() { runTest("itd calling generic method - 2");}
// public void testAdviceNotWovenAspectPath_pr147841() { runTest("advice not woven on aspectpath");}
+// public void testClassCastForInvalidAnnotationValue_pr148537() { runTest("classcast annotation value");}
+ public void testPrivilegeGeneric_pr148545() { runTest("nosuchmethoderror for privileged aspect");}
+ public void testUnknownAnnotationNPE() { runTest("NPE for unknown annotation");}
public void testDuplicateBridgeMethods_pr147801_1() { runTest("duplicate bridge methods");}
public void testPackageIgnoredForException_pr147701_1() { runTest("package for exception ignored");}
public void testPackageIgnoredForException_pr147701_2() { runTest("package for exception ignored - 2");}