[EMAIL PROTECTED] wrote:
Author: elecharny
Date: Sun Oct 9 04:16:35 2005
New Revision: 307398
URL: http://svn.apache.org/viewcvs?rev=307398&view=rev
Log:
moved those three classes from the src/java directory to src/test directory
Added:
directory/apacheds/trunk/core/src/test/org/apache/ldap/server/AbstractAdminTestCase.java
directory/apacheds/trunk/core/src/test/org/apache/ldap/server/AbstractNonAdminTestCase.java
directory/apacheds/trunk/core/src/test/org/apache/ldap/server/AbstractTestCase.java
Added:
directory/apacheds/trunk/core/src/test/org/apache/ldap/server/AbstractAdminTestCase.java
The reason these are not in test is because they are base classes used
by other testcases in core and in main. These classes are used by the
test code as well as by other modules. Really the thing we have to do
is break this out as another maven project in apacheds that is
specifically for apacheds-unit testing. This way it does not get
jumbled up into ApacheDS code.
Alex