]> source.dussan.org Git - aspectj.git/commitdiff
message changes for e37
authoraclement <aclement>
Sat, 10 Dec 2011 01:07:00 +0000 (01:07 +0000)
committeraclement <aclement>
Sat, 10 Dec 2011 01:07:00 +0000 (01:07 +0000)
tests/src/org/aspectj/systemtest/ajc121/ajc121-tests.xml

index ff27a0437e480fa94e40e9ffb3586b09b4e0dc6b..0c408a0e924c87d60b4feb2b08e7e58d34b375ce 100644 (file)
     <ajc-test dir="bugs" pr="72699"
           title="Bogus error message: The abstract method ajc$pointcut$$tracingScope$a2 in type Tracing can only be defined by an abstract class (1)">
           <compile files="BogusMessage.java">
-            <message kind="error" line="2" text="The abstract pointcut tracingScope can only be defined in an abstract aspect"/>
-          </compile>
+             <message kind="error" line="2" text="The abstract pointcut tracingScope can only be defined in an abstract aspect"/>
+       </compile>
     </ajc-test>
     
     <ajc-test dir="bugs" pr="72699"
           title="Bogus error message: The abstract method ajc$pointcut$$tracingScope$a2 in type Tracing can only be defined by an abstract class (2)">
           <compile files="BogusMessage2.java">
+            <message kind="error" line="1" text="The type BogusMessage2 must be an abstract class to define abstract methods"/>
             <message kind="error" line="2" text="The abstract pointcut tracingScope can only be defined in an aspect"/>
           </compile>
     </ajc-test>