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>
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");
runTest("ann gen for itds");
}
}
-