[
https://issues.apache.org/jira/browse/LUCENE-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844864#action_12844864
]
Shai Erera commented on LUCENE-2313:
------------------------------------
bq. I only changed the protected to public, to enable helper classes outside
util to access the setting.
Makes sense Uwe - Thanks ! I went for protected to encourage tests to extend
either of the two. Helper classes however are different indeed :).
> 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
> Assignee: Uwe Schindler
> Priority: Minor
> Fix For: 3.1
>
> Attachments: LUCENE-2313.patch
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]