You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "michael herndon (JIRA)" <ji...@apache.org> on 2011/07/01 22:41:28 UTC

[Lucene.Net] [jira] [Resolved] (LUCENENET-418) LuceneTestCase should not have a static method could throw exceptions.

     [ https://issues.apache.org/jira/browse/LUCENENET-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

michael herndon resolved LUCENENET-418.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: Lucene.Net 2.9.4g

this issue should now be resolved. 

> LuceneTestCase should not have a static method could throw exceptions.  
> ------------------------------------------------------------------------
>
>                 Key: LUCENENET-418
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-418
>             Project: Lucene.Net
>          Issue Type: Bug
>          Components: Lucene.Net Test
>    Affects Versions: Lucene.Net 3.x
>         Environment: Linux, OSX, etc 
>            Reporter: michael herndon
>            Assignee: michael herndon
>              Labels: test
>             Fix For: Lucene.Net 2.9.4g
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> Throwing an exception in a base classes for 90% tests in a static method makes it hard to debug the issue in nunit.
> The test results came back saying that TestFixtureSetup was causing an issue even though it was the Static Constructor causing problems and this then propagates to all the tests that stem from LuceneTestCase. 
> The TEMP_DIR needs to be moved to a static util class as a property or even a mixin method.  This caused me hours to debug and figure out the real issue as the underlying exception method never bubbled up.  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira