You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <di...@incubator.apache.org> on 2005/05/07 00:53:06 UTC

[jira] Created: (DIREVE-154) class AbstractCoreTest should not be in core/src/main/java?

class AbstractCoreTest should not be in core/src/main/java?
-----------------------------------------------------------

         Key: DIREVE-154
         URL: http://issues.apache.org/jira/browse/DIREVE-154
     Project: Directory Server
        Type: Improvement
    Reporter: Emmanuel Lecharny
    Priority: Minor


This is quite strange that the class AbstractCoreTest is found in apacheds/trunk/core/src/main/java/org/apache/ldap/server and not in apacheds/trunk/core/src/test/org/apache/ldap/server...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (DIRSERVER-293) class AbstractCoreTest should not be in core/src/main/java?

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRSERVER-293?page=all ]
     
Emmanuel Lecharny closed DIRSERVER-293:
---------------------------------------


done

> class AbstractCoreTest should not be in core/src/main/java?
> -----------------------------------------------------------
>
>          Key: DIRSERVER-293
>          URL: http://issues.apache.org/jira/browse/DIRSERVER-293
>      Project: Directory ApacheDS
>         Type: Improvement

>     Versions: pre-1.0
>     Reporter: Emmanuel Lecharny
>     Priority: Minor
>      Fix For: 1.0-RC1

>
> This is quite strange that the class AbstractCoreTest is found in apacheds/trunk/core/src/main/java/org/apache/ldap/server and not in apacheds/trunk/core/src/test/org/apache/ldap/server...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DIREVE-154) class AbstractCoreTest should not be in core/src/main/java?

Posted by "Alex Karasulu (JIRA)" <di...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/DIREVE-154?page=all ]

Alex Karasulu updated DIREVE-154:
---------------------------------

    Fix Version: 0.9.4

> class AbstractCoreTest should not be in core/src/main/java?
> -----------------------------------------------------------
>
>          Key: DIREVE-154
>          URL: http://issues.apache.org/jira/browse/DIREVE-154
>      Project: Directory Server
>         Type: Improvement
>     Reporter: Emmanuel Lecharny
>     Priority: Minor
>      Fix For: 0.9.4

>
> This is quite strange that the class AbstractCoreTest is found in apacheds/trunk/core/src/main/java/org/apache/ldap/server and not in apacheds/trunk/core/src/test/org/apache/ldap/server...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (DIRSERVER-293) class AbstractCoreTest should not be in core/src/main/java?

Posted by "Alex Karasulu (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRSERVER-293?page=all ]
     
Alex Karasulu resolved DIRSERVER-293:
-------------------------------------

    Resolution: Fixed

moved to core-unit

> class AbstractCoreTest should not be in core/src/main/java?
> -----------------------------------------------------------
>
>          Key: DIRSERVER-293
>          URL: http://issues.apache.org/jira/browse/DIRSERVER-293
>      Project: Directory ApacheDS
>         Type: Improvement
>     Versions: pre-1.0
>     Reporter: Emmanuel Lecharny
>     Priority: Minor
>      Fix For: 1.0-RC1

>
> This is quite strange that the class AbstractCoreTest is found in apacheds/trunk/core/src/main/java/org/apache/ldap/server and not in apacheds/trunk/core/src/test/org/apache/ldap/server...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Reopened: (DIREVE-154) class AbstractCoreTest should not be in core/src/main/java?

Posted by "Emmanuel Lecharny (JIRA)" <di...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/DIREVE-154?page=all ]
     
Emmanuel Lecharny reopened DIREVE-154:
--------------------------------------


Even if this class is not a unit test per se, it's not either a part of the core ApacheDS program, so it may deserve a special place to be defined.

Is this just me? I'm reluctant to deliver a program which need to bundle junit.jar to be fully functional. I just saw it so many times, so ... (my 2cts)

> class AbstractCoreTest should not be in core/src/main/java?
> -----------------------------------------------------------
>
>          Key: DIREVE-154
>          URL: http://issues.apache.org/jira/browse/DIREVE-154
>      Project: Directory Server
>         Type: Improvement
>     Reporter: Emmanuel Lecharny
>     Priority: Minor

>
> This is quite strange that the class AbstractCoreTest is found in apacheds/trunk/core/src/main/java/org/apache/ldap/server and not in apacheds/trunk/core/src/test/org/apache/ldap/server...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DIREVE-154) class AbstractCoreTest should not be in core/src/main/java?

Posted by "Alex Karasulu (JIRA)" <di...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/DIREVE-154?page=comments#action_64680 ]
     
Alex Karasulu commented on DIREVE-154:
--------------------------------------

All great points.  I will see if this can be taken care of after the release.  Thanks for persevering ... at first I did not undertand exactly why you recommended this.  We can create a apacheds-unit artifact just for those that wanna use an easy unit test that fires up the server to play.


> class AbstractCoreTest should not be in core/src/main/java?
> -----------------------------------------------------------
>
>          Key: DIREVE-154
>          URL: http://issues.apache.org/jira/browse/DIREVE-154
>      Project: Directory Server
>         Type: Improvement
>     Reporter: Emmanuel Lecharny
>     Priority: Minor

>
> This is quite strange that the class AbstractCoreTest is found in apacheds/trunk/core/src/main/java/org/apache/ldap/server and not in apacheds/trunk/core/src/test/org/apache/ldap/server...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (DIREVE-154) class AbstractCoreTest should not be in core/src/main/java?

Posted by "Alex Karasulu (JIRA)" <di...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/DIREVE-154?page=all ]
     
Alex Karasulu resolved DIREVE-154:
----------------------------------

    Resolution: Won't Fix

Emmanuel this class is abstract for easily firing up the server and running unit tests.  It's like ApacheDS-UNIT :).  It is in the src dir as opposed to test because it is not a test and needs to be accessed from the outside world.  Others testing new features with the server will use it.

Good catch regardless .. we have to be dilligent.  Thanks Alex.

> class AbstractCoreTest should not be in core/src/main/java?
> -----------------------------------------------------------
>
>          Key: DIREVE-154
>          URL: http://issues.apache.org/jira/browse/DIREVE-154
>      Project: Directory Server
>         Type: Improvement
>     Reporter: Emmanuel Lecharny
>     Priority: Minor

>
> This is quite strange that the class AbstractCoreTest is found in apacheds/trunk/core/src/main/java/org/apache/ldap/server and not in apacheds/trunk/core/src/test/org/apache/ldap/server...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira