[
https://issues.apache.org/jira/browse/TIKA-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16686434#comment-16686434
]
ASF GitHub Bot commented on TIKA-2783:
--------------------------------------
JohnBergqvist opened a new pull request #259: fix for TIKA-2783 contributed by
JohnBergqvist
URL: https://github.com/apache/tika/pull/259
Hi,
I ran JaCoCo over the `tika-core` module, and found that the
`org.apache.tika.mime.HexCoDec` class was missing unit test coverage.
I've written some tests for this class, with the help of
[Diffblue](http://www.diffblue.com)
[Cover](https://www.diffblue.com/s/Diffblue-Cover-Datasheet.pdf). The majority
of the class is now covered as a result of these tests.
Hopefully these tests should help you detect regressions caused by future
code changes.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Add unit tests for org.apache.tika.mime.HexCoDec
> ------------------------------------------------
>
> Key: TIKA-2783
> URL: https://issues.apache.org/jira/browse/TIKA-2783
> Project: Tika
> Issue Type: Test
> Components: core
> Reporter: John Bergqvist
> Priority: Minor
>
> I ran JaCoCo over the tika-core module, and found that the
> org.apache.tika.mime.HexCoDec class was missing unit test coverage.
> I've written some unit tests for this class and I would like to submit them.
> I've written tests that cover every function in the class, bar the
> constructor.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)