Dwayne Schultz wrote:

I'm almost set on my testing environment. Thanks! I think the HTML report says everything has failed for the transcoder.image tests. The top of the report says 'Failed Leaf Tests' and list all the tests. Most test look like this:

>>>>start<<<<<
transcoder.image.uri (AbstractImageTranscoderTest.error.image.differ) (org.apache.batik.transcoder.image.URITest)


AbstractImageTranscoderTest.error.image.differ
 >>>>end<<<<<

This ussually indicates that the test failed completely.
Do you have anything in test-references/org/apache/batik/transcoder/image/candidate-reference?


   It should have an entry for each failed test (unless the
transcode operation totally aborted - in which case you
should have gotten some sort of message - either in the
test report or during the test run).

   Unfortunately unlike the 'main line' rendering tests
the transcoder tests don't support an 'accepted-variation'
directory (normally when you are rendering on an alternate
platform you run regard once check that the output is correct
and then move all the candidate-variation images to the
accepted-variation directory - from then on it will accept your
'divergent' rendering as long as it is consistently divergent).
In this case you will have to copy over the 'standard' reference
files to get a clean regard run.

One test looks like this (with a big grey box at the end:

>>>>start<<<<<
transcoder.image.dom (AbstractImageTranscoderTest.error.image.differ) (org.apache.batik.transcoder.image.DOMTest)


AbstractImageTranscoderTest.error.image.differ

AbstractImageTranscoderTest.error.difference.image
 >>>>end<<<<<

I would have expected all the tests to do this. If you look carefully at the grey box (you can click on it to get a full sized version) there should be some white/grey pixels scattered around.

BTW, build.sh assumes I have ant 1.4.1 installed so I am typing 'ant -Dargs=transcoder.image regard' or 'ant regard' for all tests.

Batik actually includes a copy of ant so if ANT_HOME isn't set it will automatically use the bundled one. I don't think any of this has any effect on this issue however.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to