Browse Source

added keyword knownLimitations-ajctaskCompiler to the one command-line test that won't work with that wrapper.

tags/V1_1_0
wisberg 21 years ago
parent
commit
997b35f0d7
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      tests/ajcTests.xml

+ 5
- 1
tests/ajcTests.xml View File

@@ -24,6 +24,9 @@

incremental-test uses inc-compile step
command-error command-line error test

knownLimitation-ajctaskCompiler
Accepted limitation of the AjcTaskCompilerCommand wrapper
-->

<suite>
@@ -6188,7 +6191,8 @@
</compile>
</ajc-test>

<ajc-test dir="harness" keywords="command-line-error"
<ajc-test dir="harness"
keywords="command-line-error,knownLimitation-ajctaskCompiler"
title="CLE: bad filename">
<compile badInput="true" files="NoSuchFile.java">
<message kind="error" text="NoSuchFile.java"/>

Loading…
Cancel
Save