From: aclement Date: Mon, 3 Nov 2008 20:26:04 +0000 (+0000) Subject: gone again X-Git-Tag: V1_6_3rc1~104 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=91df54f53f655e247838b4acf8cfacdbbe190da3;p=aspectj.git gone again --- diff --git a/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java b/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java index e7cd45ff6..1d4f30ac0 100644 --- a/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java @@ -17,7 +17,6 @@ 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; @@ -208,10 +207,10 @@ 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");