aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-10-31 19:52:39 +0000
committerwisberg <wisberg>2003-10-31 19:52:39 +0000
commitacbe44770151e7bf4db6ce5cdfa8c404ee260e3e (patch)
tree46edbf1cc344513918fdd3a4d707b46f6ab06c7c /tests/ajcTests.xml
parent758454f63bdc4c44e64c9b4339198d9e24f927cc (diff)
downloadaspectj-acbe44770151e7bf4db6ce5cdfa8c404ee260e3e.tar.gz
aspectj-acbe44770151e7bf4db6ce5cdfa8c404ee260e3e.zip
test for 42574 passes.
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index 28379c26f..1d286fc2b 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -6785,4 +6785,12 @@
options="-1.4"/>
<run class="de.test.MyMain"/>
</ajc-test>
+
+ <ajc-test dir="bugs/extdirs"
+ pr="42574"
+ title="zip and jar suffixes for extdirs entries">
+ <compile files="extdirs-src/main/Main.java"
+ extdirs="lib/lowercase"/>
+ </ajc-test>
+
</suite>