jnioche commented on PR #796:
URL: https://github.com/apache/nutch/pull/796#issuecomment-1798221743

   Writing a test for this thing is an absolute pain. The way the filters are 
used for real is that their method setConf is called and the rules are loaded 
using _getConfResourceAsReader_, i.e. they are expected to be in the jar.
   The tests do not rely on that mechanism and instead instantiate the filter 
with the reader for its rules. This means that the conf is not used at all and 
therefore we can't use that to load the value for the length based filters. I 
will add another constructor with the reader + conf so that we can test based 
on the length.


-- 
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...@nutch.apache.org

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

Reply via email to