diff options
author | aclement <aclement> | 2006-08-25 12:41:05 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-08-25 12:41:05 +0000 |
commit | b394aa711917bc4330bccbb65032171a12fcb8fa (patch) | |
tree | abc008cb0df31ee562f7cebef091f1a1aacc31ac | |
parent | fd3d29f4c44252e3ca9cba35ea43b1847971da50 (diff) | |
download | aspectj-b394aa711917bc4330bccbb65032171a12fcb8fa.tar.gz aspectj-b394aa711917bc4330bccbb65032171a12fcb8fa.zip |
testcode for 152848 'deploying generics code when non-generics types are about'
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java b/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java index 9ae265bd1..65f9f913e 100644 --- a/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java @@ -27,6 +27,7 @@ public class Ajc153Tests extends org.aspectj.testing.XMLBasedAjcTestCase { // public void testArgnamesAndJavac_pr148381() { runTest("argNames and javac");} // public void testCFlowXMLAspectLTW_pr149096() { runTest("cflow xml concrete aspect"); } // public void testAmbiguousBinding_pr121805() { runTest("ambiguous binding");} + public void testMixingGenerics_pr152848() { runTest("mixing generics"); } public void testIncorrectStaticinitializationWeaving_pr149560_1() { runTest("incorrect staticinitialization weaving - codestyle");} public void testIncorrectStaticinitializationWeaving_pr149560_2() { runTest("incorrect staticinitialization weaving - annstyle");} public void testIncorrectDeprecatedAnnotationProcessing_pr154332() { runTest("incorrect deprecated annotation processing");} |