summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraclement <aclement>2009-09-22 20:34:30 +0000
committeraclement <aclement>2009-09-22 20:34:30 +0000
commit88978624d0b3b68bbd964cd02edb1c4e90ba4e71 (patch)
treeecfd39e7c98625bee5ac407db7ba7cdf75104396 /tests
parent359d6c12d847d879ba69405adce2692d7be3efbc (diff)
downloadaspectj-88978624d0b3b68bbd964cd02edb1c4e90ba4e71.tar.gz
aspectj-88978624d0b3b68bbd964cd02edb1c4e90ba4e71.zip
290087: fix
Diffstat (limited to 'tests')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc166/Ajc166Tests.java4
-rw-r--r--tests/src/org/aspectj/systemtest/ajc166/ajc166.xml7
2 files changed, 11 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc166/Ajc166Tests.java b/tests/src/org/aspectj/systemtest/ajc166/Ajc166Tests.java
index 583e7df38..d90274798 100644
--- a/tests/src/org/aspectj/systemtest/ajc166/Ajc166Tests.java
+++ b/tests/src/org/aspectj/systemtest/ajc166/Ajc166Tests.java
@@ -18,6 +18,10 @@ import org.aspectj.testing.XMLBasedAjcTestCase;
public class Ajc166Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
+ public void testBinaryDecpSuperRewrite_290087() {
+ runTest("binary decp super rewrite");
+ }
+
public void testITDannos_288049() {
runTest("itd decanno");
}
diff --git a/tests/src/org/aspectj/systemtest/ajc166/ajc166.xml b/tests/src/org/aspectj/systemtest/ajc166/ajc166.xml
index 1e0f7a131..a1885afcc 100644
--- a/tests/src/org/aspectj/systemtest/ajc166/ajc166.xml
+++ b/tests/src/org/aspectj/systemtest/ajc166/ajc166.xml
@@ -39,6 +39,13 @@
<compile files="" inpath="wibble.jar" options="-1.5"/>
</ajc-test>
+
+ <ajc-test dir="bugs166/pr290087" title="binary decp super rewrite">
+ <compile files="Bean.java BeanChild.java GenericParent.java" options="-1.5" outjar="base.jar"/>
+ <compile files="Interface.java InterfaceParent.java BeanHasInterface.java" inpath="base.jar" options="-1.5"/>
+ <run class="BeanChild"/>
+ </ajc-test>
+
<ajc-test dir="bugs166/pr287597" title="anno modifier ordering - 1">
<compile files="A.java" options="-1.5 -showWeaveInfo">
<message kind="weave" text="foo"/>