aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authoraclement <aclement>2006-11-21 16:27:36 +0000
committeraclement <aclement>2006-11-21 16:27:36 +0000
commite022f649ea1fce716d16fc0d18b4c6aed48f8b30 (patch)
tree2565b0b12245a69dfec91b37c1a2f5b53fd2adeb /tests/src
parent25d72696da5568ab33ec8f4739a2542cf01437c9 (diff)
downloadaspectj-e022f649ea1fce716d16fc0d18b4c6aed48f8b30.tar.gz
aspectj-e022f649ea1fce716d16fc0d18b4c6aed48f8b30.zip
test and fix for 164633 - problem with decp incorrectly targetting an inner type
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java1
-rw-r--r--tests/src/org/aspectj/systemtest/ajc153/ajc153.xml5
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java b/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java
index a1927d78e..8d4203db2 100644
--- a/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java
+++ b/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java
@@ -33,6 +33,7 @@ public class Ajc153Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
// public void testAnnotationStyleBcException_pr162135_3() { runTest("bcexception in annotation style around advice - 3");}
// public void testAnnotationStyleBcException_pr162135_4() { runTest("bcexception in annotation style around advice - 4");}
// public void testAnnotationStyleBcException_pr162135_5() { runTest("bcexception in annotation style around advice - 5");}
+ public void testIncompatibleClassChangeWithITD_pr164633() { runTest("incompatibleclasschange");}
public void testComplexPointcut_pr162657() { runTest("complex pointcut");}
public void testGenericsInPointcuts_pr161502() { runTest("generics in pointcuts");}
public void testGenericsInPointcuts_pr161502_2() { runTest("generics in pointcuts - 2");}
diff --git a/tests/src/org/aspectj/systemtest/ajc153/ajc153.xml b/tests/src/org/aspectj/systemtest/ajc153/ajc153.xml
index 6ea110e41..64bda5161 100644
--- a/tests/src/org/aspectj/systemtest/ajc153/ajc153.xml
+++ b/tests/src/org/aspectj/systemtest/ajc153/ajc153.xml
@@ -24,6 +24,11 @@
<compile files="TestAspect.aj"/>
</ajc-test>
+ <ajc-test dir="bugs153/pr164633" title="incompatibleclasschange">
+ <compile files="Model.java"/>
+ <run class="test.Model"/>
+ </ajc-test>
+
<ajc-test dir="bugs153/pr162135" title="bcexception in annotation style around advice - 2">
<compile files="Foo2.java" options="-1.5"/>
<run class="Foo2"/>