TestResult class has number of fields dedicated to checksum, none of which seems to be used.
checksumState - is only sed to default value
JTR_V2_CHECKSUM - section header is not used at all
Out of the three checksum constants: NO_CHECKSUM, BAD_CHECKSUM, GOOD_CHECKSUM only the third one (default) seems to be ever assigned
Enhance the class to perform checksum control over the test results.
checksumState - is only sed to default value
JTR_V2_CHECKSUM - section header is not used at all
Out of the three checksum constants: NO_CHECKSUM, BAD_CHECKSUM, GOOD_CHECKSUM only the third one (default) seems to be ever assigned
Enhance the class to perform checksum control over the test results.