From 9df260e17a040b03cdb9b8451e022f6d88eb83d5 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Fri, 15 Mar 2024 14:00:48 +0100 Subject: [PATCH] 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 --- .../ajc150/ataspectj/AtAjAnnotationGenTests.java | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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"); } } - -- 2.39.5