runTest("param annos and at args");
}
- // public void testAtAspectJDecp_pr164016() {
- // runTest("ataspectj decp");
- // }
-
public void testIncorrectArgOrdering_pr219419() {
runTest("incorrect arg ordering anno style");
}
<compile files="Ship.java ShipAccessor.java" options="-emacssym -1.5"/>
</ajc-test>
- <ajc-test dir="bugs163/pr164016" title="ataspectj decp">
- <compile files="Code.aj" options="-1.5"/>
- <run class="test.Code"/>
- </ajc-test>
- <ajc-test dir="bugs163/pr213751" title="mixed styles">
- <compile files="Foo.java" options="-emacssym -1.5"/>
- </ajc-test>
-
<ajc-test dir="bugs163/pr249216" title="handles - escaped square brackets">
<compile files="Handles.java" options="-emacssym -1.5"/>
</ajc-test>
public class Ajc164Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
+ // public void testAtAspectJDecp_pr164016() {
+ // runTest("ataspectj decp 164016");
+ // }
+
+ // public void testAtAspectJDecp_pr258788() {
+ // runTest("ataspectj decp 258788");
+ // }
+
public static Test suite() {
return XMLBasedAjcTestCase.loadSuite(Ajc164Tests.class);
}
<suite>
-
+ <ajc-test dir="bugs163/pr164016" title="ataspectj decp 164016">
+ <compile files="Code.aj" options="-1.5"/>
+ <run class="test.Code"/>
+ </ajc-test>
+
+ <ajc-test dir="bugs163/pr258788" title="ataspectj decp 258788">
+ <compile files="NameAware.java NameManager.java NameManagerImpl.java StartClass.java TargetClass.java TestAspect.java" options="-1.5"/>
+ <run class="com.StartClass"/>
+ </ajc-test>
+
+ <ajc-test dir="bugs163/pr213751" title="mixed styles">
+ <compile files="Foo.java" options="-emacssym -1.5"/>
+ </ajc-test>
+
</suite>
\ No newline at end of file