From 99c77b69d5e754b1054aa3b76b5622a3920ff1f1 Mon Sep 17 00:00:00 2001 From: aclement Date: Mon, 5 Apr 2010 22:24:08 +0000 Subject: [PATCH] 292264: declare error/warning with type patterns --- .../systemtest/ajc169/Ajc169Tests.java | 23 ++++++++++++------- 1 file changed, 15 insertions(+), 8 deletions(-) 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"); -- 2.39.5