/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
- <?xml version="1.0"?>
- <!--
- ~ All Sigmah code is released under the GNU General Public License v3
- ~ See COPYRIGHT.txt and LICENSE.txt.
- -->
-
- <dataset>
-
- <userLogin userId="1" name="Alex" email="alex@bertram.com" locale="en" newUser="0"
- password="$2a$10$t0A/cmh8igR4Gn5YyhvHYeL3FVIO72HMaUBjJdTv.giX/GR5YxDtC"/> <!-- password = monday -->
-
- <authentication authToken="XYZ123" userId="1" dateCreated="2010-01-01" dateLastActive="2010-01-01"/>
-
- <country countryId="1" name="Rdc" x1="0" y1="0" x2="0" y2="0"/>
- <country countryId="2" name="Haiti" x1="0" y1="0" x2="0" y2="0"/>
- <country countryId="3" name="Azerbaijan" x1="0" y1="0" x2="0" y2="0"/>
-
-
- </dataset>