Browse Source

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 <Alexander@Kriegisch.name>
tags/V1_9_22
Alexander Kriegisch 1 month ago
parent
commit
9df260e17a

+ 3
- 6
tests/src/test/java/org/aspectj/systemtest/ajc150/ataspectj/AtAjAnnotationGenTests.java View 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");
}
}


Loading…
Cancel
Save