From: aclement Date: Mon, 2 May 2011 18:40:30 +0000 (+0000) Subject: 328099 X-Git-Tag: V1_6_12M1~38 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dc9f97563b3dbf45ad22091cb80bad30858cbcdd;p=aspectj.git 328099 --- diff --git a/tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java b/tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java index 9b706a1a7..8ec90e651 100644 --- a/tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java @@ -21,38 +21,42 @@ import org.aspectj.testing.XMLBasedAjcTestCase; */ 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"); } diff --git a/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml b/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml index 0609e0922..fe83acac7 100644 --- a/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml +++ b/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml @@ -2,6 +2,15 @@ + + + + + + + + +