You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/06/11 06:01:09 UTC

svn commit: rev 21058 - in incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap: . add bind

Author: akarasulu
Date: Thu Jun 10 21:01:08 2004
New Revision: 21058

Added:
   incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/add/
   incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/add/AddRequestTest.java
      - copied, changed from rev 20686, incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/AddRequestTest.java
   incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/add/AddResponseRuleTest.java
      - copied, changed from rev 20667, incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/AddResponseRuleTest.java
   incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/bind/
   incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/bind/BindNameRuleTest.java
      - copied, changed from rev 20522, incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindNameRuleTest.java
   incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/bind/BindRequestRuleTest.java
      - copied, changed from rev 20522, incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindRequestRuleTest.java
   incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/bind/BindRequestTest.java
      - copied, changed from rev 20643, incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindRequestTest.java
   incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/bind/BindResponseRuleTest.java
      - copied, changed from rev 20643, incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindResponseRuleTest.java
   incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/bind/BindSimpleCredentialsRuleTest.java
      - copied, changed from rev 20522, incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindSimpleCredentialsRuleTest.java
   incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/bind/BindVersionRuleTest.java
      - copied, changed from rev 20522, incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindVersionRuleTest.java
Removed:
   incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/AddRequestTest.java
   incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/AddResponseRuleTest.java
   incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindNameRuleTest.java
   incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindRequestRuleTest.java
   incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindRequestTest.java
   incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindResponseRuleTest.java
   incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindSimpleCredentialsRuleTest.java
   incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindVersionRuleTest.java
Log:
moving bind and add stuff into its own package for easier management

Copied: incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/add/AddRequestTest.java (from rev 20686, incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/AddRequestTest.java)
==============================================================================
--- incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/AddRequestTest.java	(original)
+++ incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/add/AddRequestTest.java	Thu Jun 10 21:01:08 2004
@@ -14,7 +14,7 @@
  *   limitations under the License.
  *
  */
-package org.apache.snickers.ldap ;
+package org.apache.snickers.ldap.add ;
 
 
 import java.util.HashSet;

Copied: incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/add/AddResponseRuleTest.java (from rev 20667, incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/AddResponseRuleTest.java)
==============================================================================
--- incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/AddResponseRuleTest.java	(original)
+++ incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/add/AddResponseRuleTest.java	Thu Jun 10 21:01:08 2004
@@ -14,7 +14,7 @@
  *   limitations under the License.
  *
  */
-package org.apache.snickers.ldap ;
+package org.apache.snickers.ldap.add ;
 
 
 import java.util.Iterator ;

Copied: incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/bind/BindNameRuleTest.java (from rev 20522, incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindNameRuleTest.java)
==============================================================================
--- incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindNameRuleTest.java	(original)
+++ incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/bind/BindNameRuleTest.java	Thu Jun 10 21:01:08 2004
@@ -14,11 +14,12 @@
  *   limitations under the License.
  *
  */
-package org.apache.snickers.ldap ;
+package org.apache.snickers.ldap.bind ;
 
 
 import junit.framework.TestCase ;
 import org.apache.snickers.ber.digester.BERDigester;
+import org.apache.snickers.ldap.bind.BindNameRule;
 import org.apache.ldap.common.message.BindRequestImpl;
 import org.apache.ldap.common.message.BindRequest;
 

Copied: incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/bind/BindRequestRuleTest.java (from rev 20522, incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindRequestRuleTest.java)
==============================================================================
--- incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindRequestRuleTest.java	(original)
+++ incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/bind/BindRequestRuleTest.java	Thu Jun 10 21:01:08 2004
@@ -14,7 +14,7 @@
  *   limitations under the License.
  *
  */
-package org.apache.snickers.ldap ;
+package org.apache.snickers.ldap.bind ;
 
 
 import junit.framework.TestCase ;
@@ -22,6 +22,8 @@
 import org.apache.snickers.ber.TypeClass ;
 import org.apache.snickers.ber.digester.BERDigester ;
 import org.apache.snickers.ber.primitives.UniversalTag ;
+import org.apache.snickers.ldap.bind.BindRequestRule;
+import org.apache.snickers.ldap.LdapTag;
 
 import org.apache.ldap.common.message.BindRequest ;
 

Copied: incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/bind/BindRequestTest.java (from rev 20643, incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindRequestTest.java)
==============================================================================
--- incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindRequestTest.java	(original)
+++ incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/bind/BindRequestTest.java	Thu Jun 10 21:01:08 2004
@@ -14,7 +14,7 @@
  *   limitations under the License.
  *
  */
-package org.apache.snickers.ldap ;
+package org.apache.snickers.ldap.bind ;
 
 
 import org.apache.ldap.common.message.BindRequest ;

Copied: incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/bind/BindResponseRuleTest.java (from rev 20643, incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindResponseRuleTest.java)
==============================================================================
--- incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindResponseRuleTest.java	(original)
+++ incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/bind/BindResponseRuleTest.java	Thu Jun 10 21:01:08 2004
@@ -14,7 +14,7 @@
  *   limitations under the License.
  *
  */
-package org.apache.snickers.ldap ;
+package org.apache.snickers.ldap.bind ;
 
 
 import java.util.Iterator ;

Copied: incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/bind/BindSimpleCredentialsRuleTest.java (from rev 20522, incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindSimpleCredentialsRuleTest.java)
==============================================================================
--- incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindSimpleCredentialsRuleTest.java	(original)
+++ incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/bind/BindSimpleCredentialsRuleTest.java	Thu Jun 10 21:01:08 2004
@@ -14,11 +14,12 @@
  *   limitations under the License.
  *
  */
-package org.apache.snickers.ldap ;
+package org.apache.snickers.ldap.bind ;
 
 
 import junit.framework.TestCase ;
 import org.apache.snickers.ber.digester.BERDigester;
+import org.apache.snickers.ldap.bind.BindSimpleCredentialsRule;
 import org.apache.ldap.common.message.BindRequestImpl;
 import org.apache.ldap.common.message.BindRequest;
 

Copied: incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/bind/BindVersionRuleTest.java (from rev 20522, incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindVersionRuleTest.java)
==============================================================================
--- incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/BindVersionRuleTest.java	(original)
+++ incubator/directory/snickers/trunk/ldap-ber-provider/src/test/org/apache/snickers/ldap/bind/BindVersionRuleTest.java	Thu Jun 10 21:01:08 2004
@@ -14,11 +14,12 @@
  *   limitations under the License.
  *
  */
-package org.apache.snickers.ldap ;
+package org.apache.snickers.ldap.bind ;
 
 
 import junit.framework.TestCase ;
 import org.apache.snickers.ber.digester.BERDigester;
+import org.apache.snickers.ldap.bind.BindVersionRule;
 import org.apache.ldap.common.message.BindRequestImpl;
 import org.apache.ldap.common.message.BindRequest;