You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

suite.xml 504B

12345678910111213141516171819202122
  1. <!DOCTYPE suite SYSTEM "../../tests/ajcTestSuite.dtd">
  2. <suite>
  3. <!--correct behavior for 1.0 is good error message, see real test in knownbugs-->
  4. <ajc-test title="harness error test"
  5. dir="harness" pr="9998">
  6. <compile files="ErrorTest.java">
  7. <message kind="error" line="5"/>
  8. <message kind="error" line="6"/>
  9. </compile>
  10. </ajc-test>
  11. <ajc-test title="harness test with run"
  12. dir="harness" pr="101">
  13. <compile files="TestNoTester.java"/>
  14. <run class="TestNoTester"/>
  15. </ajc-test>
  16. </suite>