]> source.dussan.org Git - aspectj.git/commitdiff
Reactivate test in AtAjAnnotationGenTests
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 15 Mar 2024 13:00:48 +0000 (14:00 +0100)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 15 Mar 2024 18:27:30 +0000 (19:27 +0100)
In AtAjAnnotationGenTests.testRuntimePointcutsReferencingCompiledPointcuts,
the classpath issues mentioned in the comments do not seem to exist
anymore, with or without the removed lib/bcel/bcel.jar.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tests/src/test/java/org/aspectj/systemtest/ajc150/ataspectj/AtAjAnnotationGenTests.java

index 13409fb687a989ad67c7e5dfbbe41b1840e2faa8..acd4779f09e09595b69171de1dea91df5cede2c0 100644 (file)
@@ -127,11 +127,9 @@ public class AtAjAnnotationGenTests extends XMLBasedAjcTestCase {
                runTest("ann gen for deows");
        }
 
-       // no reliable way to get around classpath issues for
-       // running this test as part of release script :(
-//     public void testRuntimePointcutsReferencingCompiledPointcuts() {
-//             runTest("runtime pointcut resolution referencing compiled pointcuts");
-//     }
+       public void testRuntimePointcutsReferencingCompiledPointcuts() {
+               runTest("runtime pointcut resolution referencing compiled pointcuts");
+       }
 
        public void testDecP() {
                runTest("ann gen for decp");
@@ -157,4 +155,3 @@ public class AtAjAnnotationGenTests extends XMLBasedAjcTestCase {
                runTest("ann gen for itds");
        }
 }
-