diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/test/java/org/aspectj/systemtest/ajc150/ataspectj/AtAjAnnotationGenTests.java | 9 |
1 files 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"); } } - |