From bb685a123d8b258b2ab985b65e39460a3c84e0e9 Mon Sep 17 00:00:00 2001 From: aclement Date: Sun, 25 Jun 2006 19:23:24 +0000 Subject: [PATCH] testcode for 148536 and 148537 and 148545 --- tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java | 3 +++ 1 file changed, 3 insertions(+) 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");} -- 2.39.5