From 7d9a7287ee1aef66ba2edf55ef2fec2bf95b0dc3 Mon Sep 17 00:00:00 2001 From: aclement Date: Wed, 17 May 2006 10:04:47 +0000 Subject: fix for 142165: LTW --- tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests') 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");} -- cgit v1.2.3