]> source.dussan.org Git - aspectj.git/commitdiff
reactivate test: 247914
authoraclement <aclement>
Thu, 30 Oct 2008 15:56:58 +0000 (15:56 +0000)
committeraclement <aclement>
Thu, 30 Oct 2008 15:56:58 +0000 (15:56 +0000)
tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java

index a6a6484a4b14297968d9978d08ef615404ab55ac..e7cd45ff6075e6a95c8be31f25c6f42d760259e6 100644 (file)
@@ -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");
        }