You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2008/01/02 13:54:34 UTC

[jira] Resolved: (JCR-1203) Reorganize core test suite

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

Jukka Zitting resolved JCR-1203.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4

jackrabbit-core tests now work as follows:

* "mvn package" runs only the local unit tests
* "mvn install" runs also the full jackrabbit-jcr-tests suite
* "mvn clean" removes all generated files, including logs

> Reorganize core test suite
> --------------------------
>
>                 Key: JCR-1203
>                 URL: https://issues.apache.org/jira/browse/JCR-1203
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>             Fix For: 1.4
>
>
> I'd like to better organize the test setup in jackrabbit-core. The current test repository is located in applications/test and managed with custom ant tasks and explicit do_init/do_test surefire configuration. It would be better to have the test repository located in target/repository (with template content coming from src/test/repository) and managed using the Maven 2 integration test lifecycle phases.

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