diff options
author | mkersten <mkersten> | 2003-07-29 11:00:21 +0000 |
---|---|---|
committer | mkersten <mkersten> | 2003-07-29 11:00:21 +0000 |
commit | ee03a3e557204184380193807326d1131c1f2777 (patch) | |
tree | 712e4b755d59b6079e438072b0342c0fe8c6523f /tests/mikTests.xml | |
parent | bdf332c2ed9e2fe6ca4592b0f05c4305c0a751b8 (diff) | |
download | aspectj-ee03a3e557204184380193807326d1131c1f2777.tar.gz aspectj-ee03a3e557204184380193807326d1131c1f2777.zip |
Added test case for bug#39959.
Fails because classpath is incorrectly set to include aspectjtools.jar (by the harness).
Diffstat (limited to 'tests/mikTests.xml')
-rw-r--r-- | tests/mikTests.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/mikTests.xml b/tests/mikTests.xml new file mode 100644 index 000000000..111011c01 --- /dev/null +++ b/tests/mikTests.xml @@ -0,0 +1,10 @@ + +<!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 |