Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-2318

Add System.getProperty("tempDir") as final static to LuceneTestCase(J4)

Details

    • Test
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.0-ALPHA
    • None
    • None
    • New, Patch Available

    Description

      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.

      Attachments

        1. LUCENE-2318.patch
          38 kB
          Uwe Schindler
        2. LUCENE-2318.patch
          34 kB
          Uwe Schindler

        Issue Links

          Activity

            People

              uschindler Uwe Schindler
              uschindler Uwe Schindler
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: