diff options
author | aclement <aclement> | 2006-05-17 10:04:47 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-05-17 10:04:47 +0000 |
commit | 7d9a7287ee1aef66ba2edf55ef2fec2bf95b0dc3 (patch) | |
tree | 252f0e8910b830fca95be780f59a400bcba8ea9c /tests | |
parent | 4842f1826c3905c2789bc99a2dc841c733092339 (diff) | |
download | aspectj-7d9a7287ee1aef66ba2edf55ef2fec2bf95b0dc3.tar.gz aspectj-7d9a7287ee1aef66ba2edf55ef2fec2bf95b0dc3.zip |
fix for 142165: LTW
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java index 460be02cd..43d163ae4 100644 --- a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java @@ -16,7 +16,11 @@ import junit.framework.Test; import org.aspectj.testing.XMLBasedAjcTestCase; public class Ajc152Tests extends org.aspectj.testing.XMLBasedAjcTestCase { - + +// public void testMisbehavingDeclareAnnotation_pr135865() { runTest("misbehaving declare annotation");} + public void testCompletelyBrokenAopConcretization_pr142165_1() { runTest("broken concretization");} + public void testCompletelyBrokenAopConcretization_pr142165_2() { runTest("broken concretization - 2");} + public void testCompletelyBrokenAopConcretization_pr142165_3() { runTest("broken concretization - 3");} public void testVerifyErrorLTW_pr135068() { runTest("ltw verifyerror");} public void testVerifyErrorLTW_pr135068_2() { runTest("ltw verifyerror - 2");} public void testVerifyErrorLTW_pr135068_3() { runTest("ltw verifyerror - 3");} |