]> source.dussan.org Git - aspectj.git/commitdiff
314695
authoraclement <aclement>
Mon, 31 May 2010 17:48:23 +0000 (17:48 +0000)
committeraclement <aclement>
Mon, 31 May 2010 17:48:23 +0000 (17:48 +0000)
tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java
tests/src/org/aspectj/systemtest/ajc169/ajc169.xml

index 40d2ea8b7af306969f148f162323ab4c8c2775f5..ee73f0fee212ea4cf5e50cd2655ed9355b8bb5dd 100644 (file)
@@ -18,6 +18,10 @@ import org.aspectj.testing.XMLBasedAjcTestCase;
 
 public class Ajc169Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
 
+       public void testAnnoType_pr314965() {
+               runTest("anno typo");
+       }
+
        public void testValidateBranchRecursion_314840() {
                runTest("validate branch recursion");
        }
@@ -25,7 +29,7 @@ public class Ajc169Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
        public void testClashingDeclareAnnos_313026_1() {
                runTest("clashing declare annos");
        }
-
+       
        public void testClassFileSize_312839_1() {
                runTest("class file size - 1");
                // 2531 (0x404): 1.6.9.M2 size of Class.class
index 9ca3dd89c6bb83c41d98fd5d77b8930614d362e3..bf21ff9da3346c33302985dac1c65631da739952 100644 (file)
@@ -2,6 +2,12 @@
 
 <suite>
 
+  <ajc-test dir="bugs169/pr314965" title="anno typo">
+     <compile files="MinimalExample.java" options="-1.5">
+       <message kind="warning" text="no match for this type name: AnnotationWithParamAndTypo [Xlint:invalidAbsoluteTypeName]"/>
+     </compile>
+  </ajc-test>
+  
   <ajc-test dir="bugs169/pr314840" title="validate branch recursion">
      <compile files="Arguments.aj Test1.java Test2.java Test.java" options="-1.5"/>
   </ajc-test>