You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/10/23 16:11:04 UTC

svn commit: r587512 - /lenya/trunk/src/impl/test/org/apache/lenya/transaction/MockUser.java

Author: andreas
Date: Tue Oct 23 07:11:03 2007
New Revision: 587512

URL: http://svn.apache.org/viewvc?rev=587512&view=rev
Log:
Added missing method to MockUser class

Modified:
    lenya/trunk/src/impl/test/org/apache/lenya/transaction/MockUser.java

Modified: lenya/trunk/src/impl/test/org/apache/lenya/transaction/MockUser.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/impl/test/org/apache/lenya/transaction/MockUser.java?rev=587512&r1=587511&r2=587512&view=diff
==============================================================================
--- lenya/trunk/src/impl/test/org/apache/lenya/transaction/MockUser.java (original)
+++ lenya/trunk/src/impl/test/org/apache/lenya/transaction/MockUser.java Tue Oct 23 07:11:03 2007
@@ -161,4 +161,9 @@
         return null;
     }
 
+    public boolean canChangePassword() {
+        // TODO Auto-generated method stub
+        return false;
+    }
+
 }



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