You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2005/06/24 05:49:17 UTC

svn commit: r201559 - /directory/apacheds/trunk/main/src/test/org/apache/ldap/server/jndi/ServerContextFactoryTest.java

Author: trustin
Date: Thu Jun 23 20:49:16 2005
New Revision: 201559

URL: http://svn.apache.org/viewcvs?rev=201559&view=rev
Log:
Fixed test failes due to configuration mistake.

Modified:
    directory/apacheds/trunk/main/src/test/org/apache/ldap/server/jndi/ServerContextFactoryTest.java

Modified: directory/apacheds/trunk/main/src/test/org/apache/ldap/server/jndi/ServerContextFactoryTest.java
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/main/src/test/org/apache/ldap/server/jndi/ServerContextFactoryTest.java?rev=201559&r1=201558&r2=201559&view=diff
==============================================================================
--- directory/apacheds/trunk/main/src/test/org/apache/ldap/server/jndi/ServerContextFactoryTest.java (original)
+++ directory/apacheds/trunk/main/src/test/org/apache/ldap/server/jndi/ServerContextFactoryTest.java Thu Jun 23 20:49:16 2005
@@ -103,7 +103,7 @@
 
         // Add partition 'MixedCase'
         pcfg = new MutableContextPartitionConfiguration();
-        pcfg.setName( "example" );
+        pcfg.setName( "mixedcase" );
         pcfg.setSuffix( "dc=MixedCase" );
         
         indexedAttrs = new HashSet();