lewismc edited a comment on pull request #205:
URL: https://github.com/apache/any23/pull/205#issuecomment-946876687


   We currently provide unit tests for only a few of the overridden [Any23 
constructors](https://github.com/apache/any23/blob/master/core/src/test/java/org/apache/any23/Any23Test.java#L473-L519).
 The constructor used by the [Nutch 
client](https://github.com/apache/nutch/blob/master/src/plugin/any23/src/java/org/apache/nutch/any23/Any23ParseFilter.java#L99)
 is 
   ```
   Any23 any23 = new Any23(String... extractorNames);
   ```
   I will therefore augment this PR with adequate test coverage for that 
Constructor.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@any23.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to