diff options
author | aclement <aclement> | 2008-10-30 15:56:58 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-10-30 15:56:58 +0000 |
commit | 62a3826d07ec8aa2f62fb11bce18ff154b593049 (patch) | |
tree | 61758e6f32d83f93dad7ba9c9d35173847d91bec | |
parent | 53d36c32235d38bc60106799c3433dd972741510 (diff) | |
download | aspectj-62a3826d07ec8aa2f62fb11bce18ff154b593049.tar.gz aspectj-62a3826d07ec8aa2f62fb11bce18ff154b593049.zip |
reactivate test: 247914
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java b/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java index a6a6484a4..e7cd45ff6 100644 --- a/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java @@ -17,6 +17,7 @@ import junit.framework.Test; import org.aspectj.asm.AsmManager; import org.aspectj.asm.IHierarchy; import org.aspectj.asm.IProgramElement; +import org.aspectj.testing.Utils; import org.aspectj.testing.XMLBasedAjcTestCase; import org.aspectj.weaver.bcel.Utility; @@ -207,10 +208,11 @@ public class Ajc153Tests extends org.aspectj.testing.XMLBasedAjcTestCase { runTest("ataj inheritance - 3"); } - // public void testVerificationFailureForAspectOf_pr148693() { - // runTest("verification problem"); // build the code - // Utils.verifyClass(ajc,"mypackage.MyAspect"); // verify it <<< BRAND NEW VERIFY UTILITY FOR EVERYONE TO TRY ;) - // } + public void testVerificationFailureForAspectOf_pr148693() { + runTest("verification problem"); // build the code + Utils.verifyClass(ajc, "mypackage.MyAspect"); // verify it <<< BRAND NEW VERIFY UTILITY FOR EVERYONE TO TRY ;) + } + public void testIncorrectAnnotationValue_pr148537() { runTest("incorrect annotation value"); } |