[
https://issues.apache.org/jira/browse/TIKA-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15743845#comment-15743845
]
Hudson commented on TIKA-2195:
------------------------------
SUCCESS: Integrated in Jenkins build Tika-trunk #1156 (See
[https://builds.apache.org/job/Tika-trunk/1156/])
TIKA-2195: refactor MockParser to consolidate service loading and custom
(tallison: rev 533572b6a7169b8202e591b5d31823dfd6f5c245)
* (delete)
tika-parsers/src/test/resources/META-INF/services/org.apache.tika.parser.Parser
* (add)
tika-core/src/test/resources/META-INF/services/org.apache.tika.parser.Parser
* (edit) tika-core/src/test/resources/org/apache/tika/mime/custom-mimetypes.xml
* (delete)
tika-parsers/src/test/resources/org/apache/tika/mime/custom-mimetypes.xml
* (delete) tika-server/src/test/resources/mime/custom-mimetypes.xml
* (edit) CHANGES.txt
> Consolidate MockParser's service loading file and custom-mimetype entry into
> tika-core's tests jar
> --------------------------------------------------------------------------------------------------
>
> Key: TIKA-2195
> URL: https://issues.apache.org/jira/browse/TIKA-2195
> Project: Tika
> Issue Type: Improvement
> Reporter: Tim Allison
> Priority: Trivial
> Fix For: 1.15
>
>
> We duplicate the service loading file and the custom mimetype for MockParser
> in tika-parsers and tika-server. Let's consolidate those into
> tika-core/test. This will have the added benefit that integrators can drop
> the tika-core-X.Y-tests.jar into their classpath and easily unit test their
> handling of potentially badly behaving parsers.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)