Author: vtence
Date: Fri Dec  3 10:09:26 2004
New Revision: 109715

URL: http://svn.apache.org/viewcvs?view=rev&rev=109715
Log:
Corrected typo
Modified:
   
incubator/directory/janus/trunk/core/impl/src/test/org/apache/janus/authentication/realm/DefaultRealmTest.java

Modified: 
incubator/directory/janus/trunk/core/impl/src/test/org/apache/janus/authentication/realm/DefaultRealmTest.java
Url: 
http://svn.apache.org/viewcvs/incubator/directory/janus/trunk/core/impl/src/test/org/apache/janus/authentication/realm/DefaultRealmTest.java?view=diff&rev=109715&p1=incubator/directory/janus/trunk/core/impl/src/test/org/apache/janus/authentication/realm/DefaultRealmTest.java&r1=109714&p2=incubator/directory/janus/trunk/core/impl/src/test/org/apache/janus/authentication/realm/DefaultRealmTest.java&r2=109715
==============================================================================
--- 
incubator/directory/janus/trunk/core/impl/src/test/org/apache/janus/authentication/realm/DefaultRealmTest.java
      (original)
+++ 
incubator/directory/janus/trunk/core/impl/src/test/org/apache/janus/authentication/realm/DefaultRealmTest.java
      Fri Dec  3 10:09:26 2004
@@ -42,7 +42,7 @@
 
     public void testValidationFailsIfCredentialSetNotSupported()
     {
-        assertNull( "Empty credential set was validated", 
m_realm.validateCredentials( unsupportedCredentials() ) );
+        assertNull( "Unsupported credential set was validated", 
m_realm.validateCredentials( unsupportedCredentials() ) );
     }
 
     public void testEmptyRealmNeverValidatesAnyCredentialSet()

Reply via email to