Add VERBOSE to LuceneTestCase and LuceneTestCaseJ4 --------------------------------------------------
Key: LUCENE-2313 URL: https://issues.apache.org/jira/browse/LUCENE-2313 Project: Lucene - Java Issue Type: Improvement Reporter: Shai Erera Priority: Minor Fix For: 3.1 component-build.xml allows to define tests.verbose as a system property when running tests. Both LuceneTestCase and LuceneTestCaseJ4 don't read that property. It will be useful for overriding tests to access one place for this setting (I believe currently some tests do it on their own). Then (as a separate issue) we can move all tests that don't check the parameter to only print if VERBOSE is true. I will post a patch soon. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org