public class Ajc160Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
// AspectJ1.6.0rc1
+ public void testLTWITDs_pr223094() {
+ runTest("ltw inherited itds");
+ }
// public void testBrokenIfArgsCflowAtAj_pr145018() {
// runTest("ataj crashing with cflow, if and args");
// }
<!-- AspectJ v1.6.0 Tests -->
<suite>
+ <ajc-test dir="bugs160/pr223094" title="ltw inherited itds">
+ <compile files="B.java" outjar="foo.jar"/>
+ <compile files="A.java" classpath="$sandbox/foo.jar"/>
+ <run class="p.A" classpath="$sandbox/foo.jar" ltw="aop.xml">
+ <stdout>
+ <line text="ok"/>
+ </stdout>
+ </run>
+ </ajc-test>
+
<ajc-test dir="bugs160/pr167197" title="generic type parameterized with array type">
<compile options="-1.5" files="AspectBreaker.java"/>
</ajc-test>