aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-04-11 00:48:49 +0000
committerjhugunin <jhugunin>2003-04-11 00:48:49 +0000
commit039d04d39da57d5ef47193509a364d9ceed9b98e (patch)
tree98870c277b2da902ef8deda9f20b18aad0247b91 /tests/ajcTests.xml
parent11b3b0740b66f1d962b5179ece2f2d23e88f040b (diff)
downloadaspectj-039d04d39da57d5ef47193509a364d9ceed9b98e.tar.gz
aspectj-039d04d39da57d5ef47193509a364d9ceed9b98e.zip
fixing declare parents problems
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index 97927ea16..6d4fd67b9 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -5781,5 +5781,27 @@
<run class="b_impl.BImpl"/>
</ajc-test>
+ <ajc-test dir="new/declareParents"
+ title="Declare parents with intermediate ancestor"
+ keywords="from-new">
+ <compile files="Driver.java"/>
+ <run class="Driver"/>
+ </ajc-test>
+
+ <ajc-test dir="new/declareParents"
+ title="Declare parents removing ancestor"
+ keywords="from-new">
+ <compile files="IllegalAdoption.java">
+ <message kind="error" line="13"/>
+ </compile>
+ </ajc-test>
+
+
+ <ajc-test dir="options/injars/simple" pr="35865"
+ title="options -injars checking declare parents interactions">
+ <compile files="DecParents.java,main.jar"
+ options="!eclipse"/>
+ <run class="DecParents"/>
+ </ajc-test>
</suite>