Add System.getProperty("tempDir") as final static to LuceneTestCase(J4)
-----------------------------------------------------------------------
Key: LUCENE-2318
URL: https://issues.apache.org/jira/browse/LUCENE-2318
Project: Lucene - Java
Issue Type: Test
Reporter: Uwe Schindler
Assignee: Uwe Schindler
Fix For: 3.1
Almost every test calls System.getProperty("tempDir") and some of them check
the return value for null. In other cases the test simply fails from within
eclipse.
We should add this to LuceneTestCase(J4) as a static final constant. For
enabling tests run in eclipse, we can add a fallback to ".", if the Sysprop is
not defined.
--
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]