You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2006/12/13 19:06:20 UTC

svn commit: r486779 - /directory/branches/apacheds/1.0/server-unit/src/test/java/org/apache/directory/server/jndi/ServerContextFactoryTest.java

Author: elecharny
Date: Wed Dec 13 10:06:19 2006
New Revision: 486779

URL: http://svn.apache.org/viewvc?view=rev&rev=486779
Log:
Commited the fix for DIRSERVER-796 which was applied to 1.5-trunks, after having removed java 1.5 constructions

Modified:
    directory/branches/apacheds/1.0/server-unit/src/test/java/org/apache/directory/server/jndi/ServerContextFactoryTest.java

Modified: directory/branches/apacheds/1.0/server-unit/src/test/java/org/apache/directory/server/jndi/ServerContextFactoryTest.java
URL: http://svn.apache.org/viewvc/directory/branches/apacheds/1.0/server-unit/src/test/java/org/apache/directory/server/jndi/ServerContextFactoryTest.java?view=diff&rev=486779&r1=486778&r2=486779
==============================================================================
--- directory/branches/apacheds/1.0/server-unit/src/test/java/org/apache/directory/server/jndi/ServerContextFactoryTest.java (original)
+++ directory/branches/apacheds/1.0/server-unit/src/test/java/org/apache/directory/server/jndi/ServerContextFactoryTest.java Wed Dec 13 10:06:19 2006
@@ -291,7 +291,7 @@
         
         try
         {
-            pcfg.setSuffix( "ou=test=testing" );
+            pcfg.setSuffix( "ou=test+testing" );
         }
         catch ( LdapConfigurationException ce )
         {