diff options
author | acolyer <acolyer> | 2004-03-18 14:36:58 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-03-18 14:36:58 +0000 |
commit | 7d6b500be325633c3057abaf973b8c56464d6706 (patch) | |
tree | 66543c61dfaf9c3c83f5eb797f846389be23761b /tests/ajcTests.xml | |
parent | 183fc23883289ae42854ce9afcf2d3b0d29b7599 (diff) | |
download | aspectj-7d6b500be325633c3057abaf973b8c56464d6706.tar.gz aspectj-7d6b500be325633c3057abaf973b8c56464d6706.zip |
fix for Bugzilla Bug 55134
Incremental compilation does not delete weaver-generated class files
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 496db30ab..f0da796c3 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -7489,4 +7489,18 @@ <compile files="WeaveLocal.java" aspectpath="notAJar.jar" outjar="notAJar.jar" > </compile> </ajc-test> + + + <ajc-test dir="incremental/initialTests/classWAroundClosureRemoved" + title="make sure additional classes generated during weave are deleted with src class file" + keywords="incremental-test"> + <compile staging="true" + options="-incremental" + sourceroots="."/> + <inc-compile tag="20" > + <dir-changes removed="AdviceOnIntroduced$AjcClosure1"/> + </inc-compile> + </ajc-test> + + </suite> |