Browse Source

ignoring test case expecting a skip when using the old ajc compiler in incremental mode,

since we're not using ajc 1.0 anymore.  
Should revisit if we do.
tags/V1_1_1
wisberg 21 years ago
parent
commit
ebe50650a3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      testing-drivers/testdata/incremental/harness/selectionTest.xml

+ 1
- 1
testing-drivers/testdata/incremental/harness/selectionTest.xml View File

@@ -61,7 +61,7 @@

<!-- ................... ajc limitations -->
<ajc-test dir="." title="skip - forced ajc with incremental tests"
keywords="requireKeyword" >
keywords="requireKeyword,skipUnenforcedAjcLimit" >
<compile staging="true" files="TestNoTester.java" options="!ajc"/>
<run class="TestNoTester"/>
</ajc-test>

Loading…
Cancel
Save