diff options
author | jhugunin <jhugunin> | 2002-12-19 23:06:28 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2002-12-19 23:06:28 +0000 |
commit | b8cb92402afcb6569a54e187c6f128318247edad (patch) | |
tree | 7177c4012eeca42363d40e41ccccd6fda8a4ad08 /tests | |
parent | 2b29afa84429d64d5d1d61930df4ffd5b4b11053 (diff) | |
download | aspectj-b8cb92402afcb6569a54e187c6f128318247edad.tar.gz aspectj-b8cb92402afcb6569a54e187c6f128318247edad.zip |
removed old transition warnings
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ajcTests.xml | 13 |
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> |