[jboss-cvs] jboss-seam/examples/wiki/src/test/org/jboss/seam/wiki/test ...

Christian Bauer christian at hibernate.org
Wed Jan 2 00:36:15 EST 2008


  User: cbauer  
  Date: 08/01/02 00:36:15

  Modified:    examples/wiki/src/test/org/jboss/seam/wiki/test 
                        WikiBaseData.dbunit.xml
  Log:
  JBSEAM-2421 - Forgot password reset feature
  
  Revision  Changes    Path
  1.5       +3 -0      jboss-seam/examples/wiki/src/test/org/jboss/seam/wiki/test/WikiBaseData.dbunit.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: WikiBaseData.dbunit.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/test/org/jboss/seam/wiki/test/WikiBaseData.dbunit.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- WikiBaseData.dbunit.xml	1 Jan 2008 13:00:37 -0000	1.4
  +++ WikiBaseData.dbunit.xml	2 Jan 2008 05:36:15 -0000	1.5
  @@ -87,6 +87,7 @@
           PASSWORDHASH = "21232f297a57a5a743894a0e4a801fc3"
           EMAIL = "admin at email.tld"
           ACTIVATED = "true"
  +        ACTIVATION_CODE ="[NULL]"
           USER_PROFILE_ID = "1"
           MEMBER_HOME_WIKI_DIRECTORY_ID="[NULL]"
           CREATED_ON = "2006-06-27 13:45:00"
  @@ -112,6 +113,7 @@
           PASSWORDHASH = "guest"
           EMAIL = "guest"
           ACTIVATED = "false"
  +        ACTIVATION_CODE ="[NULL]"
           USER_PROFILE_ID = "2"
           MEMBER_HOME_WIKI_DIRECTORY_ID="[NULL]"
           CREATED_ON = "2006-06-27 13:45:00"
  @@ -138,6 +140,7 @@
           PASSWORDHASH = "aa08769cdcb26674c6706093503ff0a3"
           EMAIL = "member at domain.tld"
           ACTIVATED = "true"
  +        ACTIVATION_CODE ="ebb0bce9eeeee191e8089afd1120c4a7"
           USER_PROFILE_ID = "3"
           MEMBER_HOME_WIKI_DIRECTORY_ID="[NULL]"
           CREATED_ON = "2006-06-27 13:45:00"
  
  
  



More information about the jboss-cvs-commits mailing list