diff options
author | wisberg <wisberg> | 2004-10-06 10:38:42 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2004-10-06 10:38:42 +0000 |
commit | 31169e73375b12f02dd94c1372464e2724035880 (patch) | |
tree | 9aa1fc6102699c2f83bb15a75edbda5823803414 /tests/ajcHarnessTests.xml | |
parent | 547fc19177cc6841388d3ed1dec4cd9473512ef5 (diff) | |
download | aspectj-31169e73375b12f02dd94c1372464e2724035880.tar.gz aspectj-31169e73375b12f02dd94c1372464e2724035880.zip |
aspectpath weave tests - disabled pending weaveinfo suppression
Diffstat (limited to 'tests/ajcHarnessTests.xml')
-rw-r--r-- | tests/ajcHarnessTests.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/ajcHarnessTests.xml b/tests/ajcHarnessTests.xml index 56c098a38..76cef4c50 100644 --- a/tests/ajcHarnessTests.xml +++ b/tests/ajcHarnessTests.xml @@ -461,6 +461,28 @@ fork="true" vmargs="-DPASS=true,-Dname=value"/> </ajc-test> + <ajc-test dir="harness/aspectpath" + title="pass aspectpath LTW aspect works in one compile"> + <compile files="A.java,Main.java"/> + <run class="Main"/> + </ajc-test> + + <ajc-test dir="harness/aspectpath" + keywords="expect-fail" + title="fail aspectpath LTW failure case"> + <compile files="Main.java"/> + <run class="Main"/> + </ajc-test> + + <!-- uncomment after weaveinfo messages + (which cause false negatives) are suppressed + <ajc-test dir="harness/aspectpath" + title="pass aspectpath LTW"> + <compile files="A.java" outjar="out.jar"/> + <compile files="Main.java"/> + <run class="Main" aspectpath="out.jar"/> + </ajc-test> + --> </suite> |