diff options
author | wisberg <wisberg> | 2003-06-05 13:55:13 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-06-05 13:55:13 +0000 |
commit | 6e1f029f26b08f3b197c3c4bf4b4b3a64e63478b (patch) | |
tree | b998291cb6c64ab5295b173d5b0db00173ee1dbd | |
parent | 5a4f6035170bc8bfd5dcecdf2b7e588bc2b380f8 (diff) | |
download | aspectj-6e1f029f26b08f3b197c3c4bf4b4b3a64e63478b.tar.gz aspectj-6e1f029f26b08f3b197c3c4bf4b4b3a64e63478b.zip |
adding keyword knownLimitation-run11
-rw-r--r-- | tests/ajcTestsExamples.xml | 15 |
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"/> |