diff options
author | wisberg <wisberg> | 2003-09-29 19:12:55 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-09-29 19:12:55 +0000 |
commit | 14306c01e5cb539ead70d98462beb567aa90d33e (patch) | |
tree | 1b3d3121e0102e0d5326691795d05df4b39b68bf /tests/ajcTestsFailing.xml | |
parent | 99ebf5fe2d58535da0dcff64f9a701de94a3e3c6 (diff) | |
download | aspectj-14306c01e5cb539ead70d98462beb567aa90d33e.tar.gz aspectj-14306c01e5cb539ead70d98462beb567aa90d33e.zip |
presumed bug found on mailing list by Eric Jain, rendered both in harness and Ant (to show behavior with javac)
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index 3a66c89e0..b5be2713d 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -122,5 +122,17 @@ </compile> <run class="org.aspectj.langlib.PointcutsCW"/> </ajc-test> - + + <ajc-test dir="bugs/interfaceDefinition" + title="Use class implementing interface via aspect"> + <compile + files="pack/DefineInterface.java, + pack/InterfaceDefinition.java, + pack/MyInterface.java"/> + <run class="pack.InterfaceDefinition"/> + <compile + includeClassesDir="true" + files="Main.java"/> + <run class="Main"/> + </ajc-test> </suite> |