]> source.dussan.org Git - aspectj.git/commitdiff
keywords knownLimitation-ajdeCompiler for correct but different results when running...
authorwisberg <wisberg>
Tue, 27 May 2003 23:16:01 +0000 (23:16 +0000)
committerwisberg <wisberg>
Tue, 27 May 2003 23:16:01 +0000 (23:16 +0000)
tests/ajcTests.xml

index 1ee1b5d1527d41c9fbb450762c7e5fa6bb98b960..35bf71f9459ddb8531c8473ab2cb6e113e13e2d0 100644 (file)
@@ -27,6 +27,8 @@
 
   knownLimitation-ajctaskCompiler
                       Accepted limitation of the AjcTaskCompilerCommand wrapper
+  knownLimitation-ajdeCompiler
+                      Accepted limitation of the AJDE CompileCommand wrapper
   -->
 
 <suite>
     </ajc-test>
 
     <ajc-test dir="harness" 
-       keywords="command-line-error,knownLimitation-ajctaskCompiler"
+       keywords="command-line-error,knownLimitation-ajctaskCompiler,knownLimitation-ajdeCompiler"
+       comment="ajde omits usage"
       title="CLE: bad filename">
         <compile  badInput="true" files="NoSuchFile.java">
             <message kind="error" text="NoSuchFile.java"/>
         </compile>
     </ajc-test>
 
-    <ajc-test dir="harness" keywords="command-line-error"
+    <ajc-test dir="harness" keywords="command-line-error,knownLimitation-ajdeCompiler"
+       comment="ajde has same errors, different wording"
       title="CLE: no sourceroot specified for incremental">
         <compile badInput="true" options="-incremental">
             <message kind="error" text="no sources specified"/>
         </compile>
     </ajc-test>
 
-    <ajc-test dir="harness" keywords="command-line-error"
+    <ajc-test dir="harness" keywords="command-line-error,knownLimitation-ajdeCompiler"
+       comment="ajde has same errors, different wording"
       title="CLE: file specified with incremental">
         <compile badInput="true" files="ErrorTest.java"
                options="-incremental">