Thanks Mark, you are right.
I uploaded a new version of build.xml patch. In this patch, I want to keep support files in "src/test/support" folder, api specific tests in "src/test/api/java" folder and impl specific tests in "src/test/impl/java" folder. In run-test.xml, I have created two new targets: "-test-module" is for api specific tests and "-test-module-impl" is for impl specific tests.
For some reason, the patch doesn't includes the folders I have created. If you think the patch looks ok, could you please create these folders:
src/test/api/
src/test/impl/java
src/test/support/common/java
and move the "src/test/java" folder under "src/test/api" (as they are all api specific tests)
Thank you very much, let me know if there any thing wrong.
Lang
Hello Lang,
I'm trying to apply your patch and run tests. I got the following problem:
testGetServiceProviders Failure expected:<org.apache.harmony.x.imageio.plugins.png.PNGImageReaderSpi@29e872c8> but was:<org.apache.harmony.x.imageio.plugins.jpeg.JPEGImageReaderSpi@29e87260>
Somthing is broken, I cannot commit that. Could you please fix it?