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 2005/08/11 19:40:53 UTC

svn commit: r231489 - /directory/apacheds/trunk/core/src/test/org/apache/ldap/server/jndi/RootDSETest.java

Author: akarasulu
Date: Thu Aug 11 10:40:51 2005
New Revision: 231489

URL: http://svn.apache.org/viewcvs?rev=231489&view=rev
Log:
change to add the supportedFeatures for DIREVE-218 now requires this change for the testcase to pass

Modified:
    directory/apacheds/trunk/core/src/test/org/apache/ldap/server/jndi/RootDSETest.java

Modified: directory/apacheds/trunk/core/src/test/org/apache/ldap/server/jndi/RootDSETest.java
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/core/src/test/org/apache/ldap/server/jndi/RootDSETest.java?rev=231489&r1=231488&r2=231489&view=diff
==============================================================================
--- directory/apacheds/trunk/core/src/test/org/apache/ldap/server/jndi/RootDSETest.java (original)
+++ directory/apacheds/trunk/core/src/test/org/apache/ldap/server/jndi/RootDSETest.java Thu Aug 11 10:40:51 2005
@@ -155,7 +155,7 @@
 
         // Added some objectClass attributes to the rootDSE
 
-        assertEquals( 1, attributes.size() );
+        assertEquals( 2, attributes.size() );
     }