summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2002-12-19 23:06:28 +0000
committerjhugunin <jhugunin>2002-12-19 23:06:28 +0000
commitb8cb92402afcb6569a54e187c6f128318247edad (patch)
tree7177c4012eeca42363d40e41ccccd6fda8a4ad08 /tests
parent2b29afa84429d64d5d1d61930df4ffd5b4b11053 (diff)
downloadaspectj-b8cb92402afcb6569a54e187c6f128318247edad.tar.gz
aspectj-b8cb92402afcb6569a54e187c6f128318247edad.zip
removed old transition warnings
Diffstat (limited to 'tests')
-rw-r--r--tests/ajcTests.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index e1e4aba0a..501543aaf 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -4235,10 +4235,6 @@
<ajc-test dir="new" pr="694" title="after returning advice param"
keywords="from-resolved_10x">
<compile files="AfterReturningParam.java">
- <message kind="warning" line="35"/>
- <message kind="warning" line="38"/>
- <message kind="warning" line="41"/>
- <message kind="warning" line="65"/>
</compile>
<run class="AfterReturningParam"/>
</ajc-test>
@@ -5244,12 +5240,17 @@
</ajc-test>
<!-- .................................... aspectpath tests -->
+ <!-- The jars used by this test can be regenerated with
+ org.aspectj.ajdt.core/testsrc/org.aspectj.ajdt.internal.compiler.batch.BcweaverJarMaker
+ -->
<ajc-test dir="new/options11"
comment="XXX not validated correct yet"
title="testing new options">
- <compile files="Main.java,inJar.jar,Aspect.java"
+ <compile files="Main.java,injar.jar,Aspect.java"
aspectpath="aspectlib1.jar,aspectlib2.jar"/>
- <run class="Main"/>
+ <!-- can't run until we support classpath including the above jars
+ <run class="Main"/>
+ -->
</ajc-test>
</suite>