/tests/src/test/resources/dbunit/createdatabase.db.xml

http://sigma-h.googlecode.com/ · XML · 19 lines · 9 code · 6 blank · 4 comment · 0 complexity · e0a8ef384120dcf477cf1d3d19f52905 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="1" name="Alex" email="alex@bertram.com" locale="en" newUser="0"
  8. password="$2a$10$t0A/cmh8igR4Gn5YyhvHYeL3FVIO72HMaUBjJdTv.giX/GR5YxDtC"/> <!-- password = monday -->
  9. <authentication authToken="XYZ123" userId="1" dateCreated="2010-01-01" dateLastActive="2010-01-01"/>
  10. <country countryId="1" name="Rdc" x1="0" y1="0" x2="0" y2="0"/>
  11. <country countryId="2" name="Haiti" x1="0" y1="0" x2="0" y2="0"/>
  12. <country countryId="3" name="Azerbaijan" x1="0" y1="0" x2="0" y2="0"/>
  13. </dataset>