Skip to content

Commit

Permalink
Reactivate test in AtAjAnnotationGenTests
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kriegaex committed Mar 15, 2024
1 parent 1d17d25 commit 9df260e
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,9 @@ public void testDeows() {
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");
Expand All @@ -157,4 +155,3 @@ public void testITDs() {
runTest("ann gen for itds");
}
}

0 comments on commit 9df260e

Please sign in to comment.