Description
This failure was found when I trying to test Apache FOP on hdk:
testCMYK Failure expected:<172> but was:<173>
After tried to reproduce the issue, I found out that this was not really a bug. The precise value should be 172.992, hdk rounded up it to 173 while RI just truncates it to 172.
I don't know if we need to fix this for consistency?
PS: the class CMKYColorSpace in the test case is copied from Apache FOP project, is it ok?
Lang,
I applied your patch to the AWT module at repo revision r966188, but I've not included the test case since as you say it is copied from FOP, and I think I'd rather have an originally authored test case, or rely upon using FOP tests to check for regressions.
How far do we get through FOP now?
Please verify the patch was applied as expected.