summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-06-05 13:55:13 +0000
committerwisberg <wisberg>2003-06-05 13:55:13 +0000
commit6e1f029f26b08f3b197c3c4bf4b4b3a64e63478b (patch)
treeb998291cb6c64ab5295b173d5b0db00173ee1dbd
parent5a4f6035170bc8bfd5dcecdf2b7e588bc2b380f8 (diff)
downloadaspectj-6e1f029f26b08f3b197c3c4bf4b4b3a64e63478b.tar.gz
aspectj-6e1f029f26b08f3b197c3c4bf4b4b3a64e63478b.zip
adding keyword knownLimitation-run11
-rw-r--r--tests/ajcTestsExamples.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/tests/ajcTestsExamples.xml b/tests/ajcTestsExamples.xml
index 77f79d55d..bacd407cf 100644
--- a/tests/ajcTestsExamples.xml
+++ b/tests/ajcTestsExamples.xml
@@ -18,10 +18,6 @@
-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"
@@ -58,22 +54,27 @@
<!-- 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"/>