You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/01/10 05:35:39 UTC

svn commit: r124765 - /lenya/trunk/src/test/org/apache/lenya/ac/file/FileUserTest.java

Author: gregor
Date: Sun Jan  9 20:35:39 2005
New Revision: 124765

URL: http://svn.apache.org/viewcvs?view=rev&rev=124765
Log:
Renamed testGetFullName to testGetName to reflect interface changes
Modified:
   lenya/trunk/src/test/org/apache/lenya/ac/file/FileUserTest.java

Modified: lenya/trunk/src/test/org/apache/lenya/ac/file/FileUserTest.java
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/test/org/apache/lenya/ac/file/FileUserTest.java?view=diff&rev=124765&p1=lenya/trunk/src/test/org/apache/lenya/ac/file/FileUserTest.java&r1=124764&p2=lenya/trunk/src/test/org/apache/lenya/ac/file/FileUserTest.java&r2=124765
==============================================================================
--- lenya/trunk/src/test/org/apache/lenya/ac/file/FileUserTest.java	(original)
+++ lenya/trunk/src/test/org/apache/lenya/ac/file/FileUserTest.java	Sun Jan  9 20:35:39 2005
@@ -168,11 +168,11 @@
     }
 
     /**
-     * Test getFullName
+     * Test getName
      * 
      * @throws AccessControlException if an error occurs
      */
-    final public void testGetFullName() throws AccessControlException {
+    final public void testGetName() throws AccessControlException {
         String userID = "alice";
         String userName = "Alice Wonderland";
         FileUser user = createAndSaveUser(userID, userName, "alice@wonderland.org", "secret");

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org