From dc9f97563b3dbf45ad22091cb80bad30858cbcdd Mon Sep 17 00:00:00 2001 From: aclement Date: Mon, 2 May 2011 18:40:30 +0000 Subject: [PATCH] 328099 --- .../systemtest/ajc1612/Ajc1612Tests.java | 32 +++++++++++-------- .../aspectj/systemtest/ajc1612/ajc1612.xml | 9 ++++++ 2 files changed, 27 insertions(+), 14 deletions(-) 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 @@ + + + + + + + + + -- 2.39.5