/sigmah/src/test/resources/dbunit/multicountry.db.xml
XML | 17 lines | 7 code | 5 blank | 5 comment | 0 complexity | 92207566e560d19d7bfcccb4d2f6da0e 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 <!-- This is test data used for the SchemaBuilderTest cases --> 10 11 <country countryId="1" name="Rdc" x1="0" y1="0" x2="0" y2="0"/> 12 <country countryId="2" name="Haiti" x1="0" y1="0" x2="0" y2="0"/> 13 <country countryId="3" name="Azerbaijan" x1="0" y1="0" x2="0" y2="0"/> 14 15 <userLogin userId="1" name="Alex" email="user1@user.com" locale="fr" newUser="1" /> 16 17</dataset>