/tests/src/test/resources/dbunit/createdatabase.db.xml
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 7<dataset> 8 9 <userLogin userId="1" name="Alex" email="alex@bertram.com" locale="en" newUser="0" 10 password="$2a$10$t0A/cmh8igR4Gn5YyhvHYeL3FVIO72HMaUBjJdTv.giX/GR5YxDtC"/> <!-- password = monday --> 11 12 <authentication authToken="XYZ123" userId="1" dateCreated="2010-01-01" dateLastActive="2010-01-01"/> 13 14 <country countryId="1" name="Rdc" x1="0" y1="0" x2="0" y2="0"/> 15 <country countryId="2" name="Haiti" x1="0" y1="0" x2="0" y2="0"/> 16 <country countryId="3" name="Azerbaijan" x1="0" y1="0" x2="0" y2="0"/> 17 18 19</dataset>