From: Alexander Kriegisch Date: Fri, 15 Mar 2024 13:00:48 +0000 (+0100) Subject: Reactivate test in AtAjAnnotationGenTests X-Git-Tag: V1_9_22~15 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9df260e17a040b03cdb9b8451e022f6d88eb83d5;p=aspectj.git Reactivate test in AtAjAnnotationGenTests 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 --- diff --git a/tests/src/test/java/org/aspectj/systemtest/ajc150/ataspectj/AtAjAnnotationGenTests.java b/tests/src/test/java/org/aspectj/systemtest/ajc150/ataspectj/AtAjAnnotationGenTests.java index 13409fb68..acd4779f0 100644 --- a/tests/src/test/java/org/aspectj/systemtest/ajc150/ataspectj/AtAjAnnotationGenTests.java +++ b/tests/src/test/java/org/aspectj/systemtest/ajc150/ataspectj/AtAjAnnotationGenTests.java @@ -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"); } } -