From: aclement Date: Mon, 5 Apr 2010 22:24:08 +0000 (+0000) Subject: 292264: declare error/warning with type patterns X-Git-Tag: V1_6_9M1~14 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=99c77b69d5e754b1054aa3b76b5622a3920ff1f1;p=aspectj.git 292264: declare error/warning with type patterns --- diff --git a/tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java b/tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java index 110eb0f28..a48736be5 100644 --- a/tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java @@ -92,15 +92,22 @@ public class Ajc169Tests extends org.aspectj.testing.XMLBasedAjcTestCase { /* * public void testVerifyError() { runTest("verifyerror on atAj"); } - * - * public void testDeclareTypeWarning1() { runTest("declare type warning - 1"); } - * - * public void testDeclareTypeWarning2() { runTest("declare type warning - 2"); } - * - * public void testDeclareTypeWarning3() { runTest("declare type warning - 3"); } - * - * public void testDeclareTypeError1() { runTest("declare type error - 1"); } */ + public void testDeclareTypeWarning1() { + runTest("declare type warning - 1"); + } + + public void testDeclareTypeWarning2() { + runTest("declare type warning - 2"); + } + + public void testDeclareTypeWarning3() { + runTest("declare type warning - 3"); + } + + public void testDeclareTypeError1() { + runTest("declare type error - 1"); + } public void testPr298388() { runTest("declare mixin and generics");