/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

  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. <!-- This is test data used for the SchemaBuilderTest cases -->
  8. <country countryId="1" name="Rdc" x1="0" y1="0" x2="0" y2="0"/>
  9. <country countryId="2" name="Haiti" x1="0" y1="0" x2="0" y2="0"/>
  10. <country countryId="3" name="Azerbaijan" x1="0" y1="0" x2="0" y2="0"/>
  11. <userLogin userId="1" name="Alex" email="user1@user.com" locale="fr" newUser="1" />
  12. </dataset>