You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2007/01/08 00:58:27 UTC

svn commit: r493882 - /directory/trunks/apacheds/server-unit/src/test/java/org/apache/directory/server/SearchTest.java

Author: ersiner
Date: Sun Jan  7 15:58:27 2007
New Revision: 493882

URL: http://svn.apache.org/viewvc?view=rev&rev=493882
Log:
Simple fix. Replaced incorrect variable.

Modified:
    directory/trunks/apacheds/server-unit/src/test/java/org/apache/directory/server/SearchTest.java

Modified: directory/trunks/apacheds/server-unit/src/test/java/org/apache/directory/server/SearchTest.java
URL: http://svn.apache.org/viewvc/directory/trunks/apacheds/server-unit/src/test/java/org/apache/directory/server/SearchTest.java?view=diff&rev=493882&r1=493881&r2=493882
==============================================================================
--- directory/trunks/apacheds/server-unit/src/test/java/org/apache/directory/server/SearchTest.java (original)
+++ directory/trunks/apacheds/server-unit/src/test/java/org/apache/directory/server/SearchTest.java Sun Jan  7 15:58:27 2007
@@ -858,7 +858,7 @@
 //        subentry.put( "c-l", "Munich" );
 //        subentry.put( "cn", "Collective Subentry" );
 //        subentry.put( "subtreeSpecification", "{ }" );
-//        aaCtx.createSubcontext( "cn=Collective Subentry", aaAttrs );
+//        aaCtx.createSubcontext( "cn=Collective Subentry", subentry );
 //        
 //        // create real enty
 //        Attributes attributes = this.getPersonAttributes( "Bush", "Kate Bush" );