/sigmah/src/test/resources/dbunit/authTest.db.xml

http://sigma-h.googlecode.com/ · XML · 31 lines · 19 code · 5 blank · 7 comment · 0 complexity · 6da176ed87ae44f3d1f70a77f1e92264 MD5 · raw file

  1. <?xml version="1.0"?>
  2. <!--
  3. ~ All Sigmah code is released under the GNU General Public License v3
  4. ~ See COPYRIGHT.txt and LICENSE.txt.
  5. -->
  6. <dataset>
  7. <userLogin userId="2"
  8. name="Bavon"
  9. email="bavon@nrcdrc.org"
  10. locale="fr"
  11. newUser="1"
  12. password="$2a$10$/A6O/S4jDQMCXtP8dicJL.0LJmg9PjqKmrk1dn9F58kitlHQIzyRS"
  13. />
  14. <!-- "monday" -->
  15. <userLogin userId="3"
  16. name="Stefan"
  17. email="stefan@irc.org"
  18. locale="fr"
  19. newUser="1"
  20. password="$2a$10$EtQt1mcO7CXwBfIORjsN5OByNMzc48I2LfUjDa9iKfE2FVxaIBPwq"
  21. />
  22. <!-- tuesday -->
  23. <!-- Our expired session here -->
  24. <authentication authToken="12345678123456781234567812345678" dateCreated="2008-01-01" dateLastActive="2008-01-02"
  25. UserId="2"/>
  26. </dataset>