public class Ajc164Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
+ public void testRogueErrors_pr246393_1() {
+ runTest("rogue errors - 1");
+ }
+
+// public void testNameClash_pr262257() {
+// runTest("name clash");
+// fail("incomplete");
+// }
+
public void testCompilingSpring_pr260384() {
runTest("compiling spring");
}
public void testCompilingSpring_pr260384_2() {
runTest("compiling spring - 2");
}
-
+
public void testCompilingSpring_pr260384_3() {
runTest("compiling spring - 3");
}
-
+
public void testCompilingSpring_pr260384_4() {
runTest("compiling spring - 4");
}
-
+
public void testAtAspectJDecp_pr164016() {
runTest("ataspectj decp 164016");
}
<suite>
+ <ajc-test dir="bugs164/pr246393" title="rogue errors - 1">
+ <compile files="D.java" options="-1.5">
+ <message kind="error" line="2" text="error on token"/>
+ </compile>
+ </ajc-test>
+
+ <ajc-test dir="bugs164/pr262257" title="name clash">
+ <compile files="C.java" options="-1.5">
+ </compile>
+ </ajc-test>
+
<ajc-test dir="bugs164/pr260384" title="compiling spring">
<compile files="Broken.java" options="-1.5">
</compile>