/sigmah/src/test/resources/dbunit/multicountry.db.xml
http://sigma-h.googlecode.com/ · XML · 17 lines · 7 code · 5 blank · 5 comment · 0 complexity · 92207566e560d19d7bfcccb4d2f6da0e 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>
-
- <!-- This is test data used for the SchemaBuilderTest cases -->
-
- <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"/>
-
- <userLogin userId="1" name="Alex" email="user1@user.com" locale="fr" newUser="1" />
-
- </dataset>