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 2010/10/14 03:15:13 UTC

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

Author: elecharny
Date: Thu Oct 14 01:15:12 2010
New Revision: 1022342

URL: http://svn.apache.org/viewvc?rev=1022342&view=rev
Log:
Fixed a test, added the missing AT

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=1022342&r1=1022341&r2=1022342&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 Thu Oct 14 01:15:12 2010
@@ -98,11 +98,11 @@ public class SchemaServiceTest
             nameAttrs.add( type.getName() );
         }
 
-        // We should only have 18 AT
+        // We should only have 19 AT
         String[] expectedNames = new String[]
             { "sn", "generationQualifier", "ou", "c", "o", "l", "c-st", "givenName", "title", "cn", "initials",
                 "dmdName", "c-ou", "c-o", "apacheExistence", "st", "c-l", "ads-serverId", "ads-indexAttributeId",
-                "ads-transportId", "ads-directoryServiceId", "ads-Id" };
+                "ads-transportId", "ads-directoryServiceId", "ads-Id", "ads-extendedOpId" };
 
         for ( String name : expectedNames )
         {