You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Thomas Mueller (JIRA)" <ji...@apache.org> on 2009/02/17 14:02:59 UTC

[jira] Created: (JCR-1981) Test class in the main source tree

Test class in the main source tree
----------------------------------

                 Key: JCR-1981
                 URL: https://issues.apache.org/jira/browse/JCR-1981
             Project: Jackrabbit Content Repository
          Issue Type: Bug
          Components: jackrabbit-core
            Reporter: Thomas Mueller


org.apache.jackrabbit.core.TestRepository is in the main source folder
(src/main/java) instead of the test folder (src/test/java).

The build of jackrabbit-core is successful even if I move the class
to the test folder, so it looks like it was just a mistake.

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


[jira] Resolved: (JCR-1981) Test class in the main source tree

Posted by "Thomas Mueller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Mueller resolved JCR-1981.
---------------------------------

    Resolution: Fixed

Committed in revision 745041

> Test class in the main source tree
> ----------------------------------
>
>                 Key: JCR-1981
>                 URL: https://issues.apache.org/jira/browse/JCR-1981
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>            Reporter: Thomas Mueller
>
> org.apache.jackrabbit.core.TestRepository is in the main source folder
> (src/main/java) instead of the test folder (src/test/java).
> The build of jackrabbit-core is successful even if I move the class
> to the test folder, so it looks like it was just a mistake.

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


[jira] Updated: (JCR-1981) Test class in the main source tree

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated JCR-1981:
-------------------------------

    Fix Version/s: 1.6.0

> Test class in the main source tree
> ----------------------------------
>
>                 Key: JCR-1981
>                 URL: https://issues.apache.org/jira/browse/JCR-1981
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Thomas Mueller
>            Priority: Minor
>             Fix For: 1.6.0
>
>
> org.apache.jackrabbit.core.TestRepository is in the main source folder
> (src/main/java) instead of the test folder (src/test/java).
> The build of jackrabbit-core is successful even if I move the class
> to the test folder, so it looks like it was just a mistake.

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


[jira] Updated: (JCR-1981) Test class in the main source tree

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated JCR-1981:
-------------------------------

      Priority: Minor  (was: Major)
    Issue Type: Improvement  (was: Bug)

I introduced the TestRepository class in JCR-368 to make it easier for people to submit new test cases that they could easily run both within and outside the main Jackrabbit test suite. As such it explicitly belongs to src/main/java.

However, I haven't seen anyone really use the class and I'm not sure how well it even works anymore. So perhaps we should simply drop the entire class.

Anyway, I changed this to an improvement issue, as the class being in src/main/java was not a mistake.

> Test class in the main source tree
> ----------------------------------
>
>                 Key: JCR-1981
>                 URL: https://issues.apache.org/jira/browse/JCR-1981
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Thomas Mueller
>            Priority: Minor
>
> org.apache.jackrabbit.core.TestRepository is in the main source folder
> (src/main/java) instead of the test folder (src/test/java).
> The build of jackrabbit-core is successful even if I move the class
> to the test folder, so it looks like it was just a mistake.

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