summaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authoracolyer <acolyer>2004-03-18 14:36:58 +0000
committeracolyer <acolyer>2004-03-18 14:36:58 +0000
commit7d6b500be325633c3057abaf973b8c56464d6706 (patch)
tree66543c61dfaf9c3c83f5eb797f846389be23761b /tests/ajcTests.xml
parent183fc23883289ae42854ce9afcf2d3b0d29b7599 (diff)
downloadaspectj-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.xml14
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>