You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2009/09/17 08:57:57 UTC

[jira] Updated: (SOLR-1441) Make it possible to run all tests in a package

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

Shalin Shekhar Mangar updated SOLR-1441:
----------------------------------------

    Attachment: SOLR-1441.patch

Copied from Shai's patches in LUCENE-1617

We should extract out the junit task into a macro and share it across all contrib builds. Right now I'm adding this only for core because that has the bulk of unit tests.

> Make it possible to run all tests in a package
> ----------------------------------------------
>
>                 Key: SOLR-1441
>                 URL: https://issues.apache.org/jira/browse/SOLR-1441
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>            Priority: Trivial
>         Attachments: SOLR-1441.patch
>
>
> Adding the following properties to junit target in build.xml
> # ant -Dtestcase - for a single test class
> # ant -Dtestpackage - for all classes in a package, including sub-packages
> # and -Dtestpackageroot - for all classes in a package, without sub-packages

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.