diff options
author | mkersten <mkersten> | 2003-08-08 21:13:17 +0000 |
---|---|---|
committer | mkersten <mkersten> | 2003-08-08 21:13:17 +0000 |
commit | efd18783e610f4669b03cbae649c6a57efb1690d (patch) | |
tree | 50c56f5d6b08040a827d4a5a304d90c305d8921b /tests | |
parent | 4a1a347b2225e48fa4e9d617e7bf083680967a70 (diff) | |
download | aspectj-efd18783e610f4669b03cbae649c6a57efb1690d.tar.gz aspectj-efd18783e610f4669b03cbae649c6a57efb1690d.zip |
Added check for warning issued during JAR creation (manifest not copied).
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ajcTests.xml | 4 | ||||
-rw-r--r-- | tests/mikTests.xml | 14 |
2 files changed, 11 insertions, 7 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 5fa1ab82d..1412ad04d 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -6250,7 +6250,9 @@ <ajc-test dir="bugs/lines" pr="37758" title="Weaving rt.jar results in stack overflow"> - <compile files="A.java,big.jar"/> + <compile files="A.java,big.jar"> + <message kind="warning" text="manifest not copied"/> + </compile> <run class="Big"/> </ajc-test> diff --git a/tests/mikTests.xml b/tests/mikTests.xml index 111011c01..ead6fe7a8 100644 --- a/tests/mikTests.xml +++ b/tests/mikTests.xml @@ -2,9 +2,11 @@ <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"> <suite> - <ajc-test dir="bugs/bootstrapClasspath" pr="39959" - title="AJC Compiler generates invalid class files under certain circumstances."> - <compile files="UsesDOMParser.java" classpath="xerces.jar" /> - <run class="UsesDOMParser"/> - </ajc-test> -</suite>
\ No newline at end of file + <ajc-test dir="bugs/lines" pr="37758" + title="Weaving rt.jar results in stack overflow"> + <compile files="A.java,big.jar"> + <message kind="warning" text="manifest not copied"/> + </compile> + <run class="Big"/> + </ajc-test> +</suite>
\ No newline at end of file |