summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraclement <aclement>2008-09-19 00:01:11 +0000
committeraclement <aclement>2008-09-19 00:01:11 +0000
commit18b8862db0bcdaea54600f27faeadf9aad1e96ba (patch)
tree0f0b7362f2198206a333a2f9c99e7a2cc4512742
parent3d7308774c6229548756abb27c6f3afe135fccc6 (diff)
downloadaspectj-18b8862db0bcdaea54600f27faeadf9aad1e96ba.tar.gz
aspectj-18b8862db0bcdaea54600f27faeadf9aad1e96ba.zip
temporarily removed
-rw-r--r--tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java b/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java
index 63dd83ef5..295e2aa6b 100644
--- a/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java
+++ b/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java
@@ -84,10 +84,10 @@ public class Ajc153Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
public void testAtajInheritance_pr149305_1() { runTest("ataj inheritance - 1");}
public void testAtajInheritance_pr149305_2() { runTest("ataj inheritance - 2");}
public void testAtajInheritance_pr149305_3() { 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");}
public void testVerifyErrNoTypeCflowField_pr145693_1() { runTest("verifyErrNoTypeCflowField"); }
public void testVerifyErrInpathNoTypeCflowField_pr145693_2() { runTest("verifyErrInpathNoTypeCflowField"); }