|
|
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 )
{
|
|