]> source.dussan.org Git - aspectj.git/commitdiff
adding keyword knownLimitation-run11
authorwisberg <wisberg>
Thu, 5 Jun 2003 13:55:13 +0000 (13:55 +0000)
committerwisberg <wisberg>
Thu, 5 Jun 2003 13:55:13 +0000 (13:55 +0000)
tests/ajcTestsExamples.xml

index 77f79d55d0553de55ac57d0f34ed45f23bf0304c..bacd407cf9a2b9d60b8d6bf6faa6cef895a92fdb 100644 (file)
        -ajctestSkipKeywords=knownLimitation-run11 \
        -logFail 
 
-  Note that unless two 1.2 API's are removed from
-  telecom, that will fail when forked, too.
-  (Vector.[add|remove](..) to [add|remove]Element(..))
-
 -->
 <suite>
     <ajc-test dir="../docs/dist/doc/examples"
         <!-- GUI run class="spacewar.Game"/ -->
     </ajc-test>   
 
+       <!--
+       TODO: change 1.2 API's in telecom to 1.1:
+       (Vector.[add|remove](..) to [add|remove]Element(..))
+       then remove the knownLimitation-run11 keywords
+       -->                     
     <ajc-test dir="../docs/dist/doc/examples"
-       keywords="doc-examples"
+       keywords="doc-examples,knownLimitation-run11"
                title="telecom basic example">
         <compile argfiles="telecom/basic.lst"/>
         <run class="telecom.BasicSimulation"/>
     </ajc-test>   
 
     <ajc-test dir="../docs/dist/doc/examples"
-       keywords="doc-examples"
+       keywords="doc-examples,knownLimitation-run11"
                title="telecom billing example">
         <compile argfiles="telecom/billing.lst"/>
         <run class="telecom.BillingSimulation"/>
     </ajc-test>   
 
     <ajc-test dir="../docs/dist/doc/examples"
-       keywords="doc-examples"
+       keywords="doc-examples,knownLimitation-run11"
                title="telecom timing example">
         <compile argfiles="telecom/timing.lst"/>
         <run class="telecom.TimingSimulation"/>