From: aclement Date: Tue, 31 May 2011 22:11:19 +0000 (+0000) Subject: 347684: testcode X-Git-Tag: V1_6_12M1~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b1e8f4d8bc96d3cd83e093396645152b0cffdf70;p=aspectj.git 347684: testcode --- diff --git a/tests/src/org/aspectj/systemtest/ajc161/annotationFieldBinding.xml b/tests/src/org/aspectj/systemtest/ajc161/annotationFieldBinding.xml index 00ff8a5f0..94b99951a 100644 --- a/tests/src/org/aspectj/systemtest/ajc161/annotationFieldBinding.xml +++ b/tests/src/org/aspectj/systemtest/ajc161/annotationFieldBinding.xml @@ -39,7 +39,7 @@ - + diff --git a/tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java b/tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java index eacd2b7ab..74f32e479 100644 --- a/tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java @@ -25,6 +25,30 @@ public class Ajc1612Tests extends org.aspectj.testing.XMLBasedAjcTestCase { // runTest("anno copying"); // } + public void testBindingInts_347684() { + runTest("binding ints"); + } + + public void testBindingInts_347684_2() { + runTest("binding ints - 2"); + } + + public void testBindingInts_347684_3() { + runTest("binding ints - 3"); + } + + public void testBindingInts_347684_4() { + runTest("binding ints - 4"); + } + + public void testBindingInts_347684_5() { + runTest("binding ints - 5"); + } + + public void testBindingInts_347684_6() { + runTest("binding ints - 6"); + } + public void testIncorrectAnnos_345172() { runTest("incorrect annos"); } diff --git a/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml b/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml index 2b296fa81..25b0cfff7 100644 --- a/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml +++ b/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml @@ -2,6 +2,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +