]> source.dussan.org Git - aspectj.git/commitdiff
292264: declare error/warning with type patterns
authoraclement <aclement>
Mon, 5 Apr 2010 22:24:08 +0000 (22:24 +0000)
committeraclement <aclement>
Mon, 5 Apr 2010 22:24:08 +0000 (22:24 +0000)
tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java

index 110eb0f283e72a76c7e01c4621a1de508525bf12..a48736be56f1e3831931148915910ce2b629e70e 100644 (file)
@@ -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");