From: aclement Date: Sat, 6 Dec 2008 05:12:43 +0000 (+0000) Subject: 257754: decp anno: test and fix X-Git-Tag: V1_6_3rc1~45 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a2f209561e3f3cfb607bfc4e24ada88aa6379a05;p=aspectj.git 257754: decp anno: test and fix --- diff --git a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml index 1e878b860..42c90f838 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml +++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml @@ -194,7 +194,7 @@ - + @@ -1086,7 +1086,9 @@ - + + + diff --git a/tests/src/org/aspectj/systemtest/ajc163/Ajc163Tests.java b/tests/src/org/aspectj/systemtest/ajc163/Ajc163Tests.java index 1f33e5792..a403dffa3 100644 --- a/tests/src/org/aspectj/systemtest/ajc163/Ajc163Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc163/Ajc163Tests.java @@ -54,9 +54,13 @@ public class Ajc163Tests extends org.aspectj.testing.XMLBasedAjcTestCase { runTest("incorrect arg ordering anno style - 5"); } - // public void testDecpAnnoStyle_pr257754() { - // runTest("decp anno style"); - // } + public void testDecpAnnoStyle_pr257754() { + runTest("decp anno style"); + } + + public void testDecpAnnoStyle_pr257754_2() { + runTest("decp anno style - 2"); + } public void testPoorAtAjIfMessage_pr256458() { runTest("poor ataj if message - 1"); diff --git a/tests/src/org/aspectj/systemtest/ajc163/ajc163.xml b/tests/src/org/aspectj/systemtest/ajc163/ajc163.xml index 7a07dff4a..eb1034a60 100644 --- a/tests/src/org/aspectj/systemtest/ajc163/ajc163.xml +++ b/tests/src/org/aspectj/systemtest/ajc163/ajc163.xml @@ -35,7 +35,18 @@ - + + + + + + + + + + + +