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 2006/08/30 12:10:18 UTC

svn commit: r438446 - /directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/authz/AuthzAuthnITest.java

Author: ersiner
Date: Wed Aug 30 03:10:17 2006
New Revision: 438446

URL: http://svn.apache.org/viewvc?rev=438446&view=rev
Log:
Added verbosity.

Modified:
    directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/authz/AuthzAuthnITest.java

Modified: directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/authz/AuthzAuthnITest.java
URL: http://svn.apache.org/viewvc/directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/authz/AuthzAuthnITest.java?rev=438446&r1=438445&r2=438446&view=diff
==============================================================================
--- directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/authz/AuthzAuthnITest.java (original)
+++ directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/authz/AuthzAuthnITest.java Wed Aug 30 03:10:17 2006
@@ -71,7 +71,7 @@
         try
         {
             // Authenticate to "ou=system"
-            getContextAs( userName, "billyd" );
+            getContextAs( userName, "billyd", "ou=system" );
             fail( "Authentication should have failed." );
         }
         catch ( LdapNoPermissionException e )
@@ -110,7 +110,7 @@
         try
         {
             // Authenticate to "ou=system"
-            getContextAs( userName, "billyd" );
+            getContextAs( userName, "billyd", "ou=system" );
         }
         catch ( LdapNoPermissionException e )
         {