You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ka...@apache.org on 2010/05/25 15:31:14 UTC

svn commit: r948036 - /directory/apacheds/trunk/core/src/test/java/org/apache/directory/server/core/schema/SchemaServiceTest.java

Author: kayyagari
Date: Tue May 25 13:31:14 2010
New Revision: 948036

URL: http://svn.apache.org/viewvc?rev=948036&view=rev
Log:
fixed failing test after adding the new ads-Id attribute in adsconfig schema

Modified:
    directory/apacheds/trunk/core/src/test/java/org/apache/directory/server/core/schema/SchemaServiceTest.java

Modified: directory/apacheds/trunk/core/src/test/java/org/apache/directory/server/core/schema/SchemaServiceTest.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core/src/test/java/org/apache/directory/server/core/schema/SchemaServiceTest.java?rev=948036&r1=948035&r2=948036&view=diff
==============================================================================
--- directory/apacheds/trunk/core/src/test/java/org/apache/directory/server/core/schema/SchemaServiceTest.java (original)
+++ directory/apacheds/trunk/core/src/test/java/org/apache/directory/server/core/schema/SchemaServiceTest.java Tue May 25 13:31:14 2010
@@ -93,7 +93,7 @@ public class SchemaServiceTest
             nameAttrs.add( type.getName() );
         }
         
-        // We should only have 17 AT
+        // We should only have 18 AT
         String[] expectedNames = new String[]
         {
             "sn", 
@@ -116,7 +116,8 @@ public class SchemaServiceTest
             "ads-serverId", 
             "ads-indexAttributeId", 
             "ads-transportId", 
-            "ads-directoryServiceId"
+            "ads-directoryServiceId",
+            "ads-Id"
         };
         
         for ( String name : expectedNames )