*/
public class Ajc1612Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
+ // public void testSignedJarLtw_328099() {
+ // runTest("signed jar ltw");
+ // }
+
public void testVerifyError_315398() {
runTest("verifyerror");
}
-
+
public void testVerifyError_315398_2() {
runTest("verifyerror - 2");
}
-
+
public void testRawTypePointcut_327134() {
runTest("rawtype pointcut");
}
-
+
public void testRawTypeWarning_335810() {
runTest("rawtype warning");
}
-
-// public void testDecpGenerics_344005() {
-// runTest("decp generics");
-// }
-
+
+ // public void testDecpGenerics_344005() {
+ // runTest("decp generics");
+ // }
+
public void testIllegalAccessError_343051() {
runTest("illegalaccesserror");
}
-
+
public void testItitNpe_339974() {
runTest("itit npe");
}
-
-// public void testNoImportError_342605() {
-// runTest("noimporterror");
-// }
-
+
+ // public void testNoImportError_342605() {
+ // runTest("noimporterror");
+ // }
+
public void testClashingLocalTypes_342323() {
runTest("clashing local types");
}
<suite>
+<ajc-test dir="bugs1612/pr328099" title="signed jar ltw">
+<compile files="X.java" classpath="code.jar"/>
+<run class="foo.bar.FooLaunch" ltw="aop.xml" classpath="$sandbox/code.jar">
+<stdout>
+<line text="pre...Foo.bar()...post"/>
+</stdout>
+</run>
+</ajc-test>
+
<ajc-test dir="bugs1612/pr315398" title="verifyerror">
<compile files="Code.java" options="-1.5">
</compile>