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?