/tests/src/test/resources/dbunit/monthlyreports.db.xml

http://sigma-h.googlecode.com/ · XML · 51 lines · 34 code · 13 blank · 4 comment · 0 complexity · e5664d327396857858ca18bfd0ef10ed 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. <userLogin userId="1" name="Alex" email="alex@bertram.com" locale="en" newUser="0"
  8. password="$2a$10$t0A/cmh8igR4Gn5YyhvHYeL3FVIO72HMaUBjJdTv.giX/GR5YxDtC"/> <!-- password = monday -->
  9. <authentication authToken="XYZ123" userId="1" dateCreated="2010-01-01" dateLastActive="2010-01-01"/>
  10. <country countryId="1" name="Rdc" x1="0" y1="0" x2="0" y2="0"/>
  11. <country countryId="2" name="Haiti" x1="0" y1="0" x2="0" y2="0"/>
  12. <country countryId="3" name="Azerbaijan" x1="0" y1="0" x2="0" y2="0"/>
  13. <locationType locationTypeId="1" countryId="1" name="Village" reuse="1"/>
  14. <userDatabase databaseId="1" name="PEAR" countryId="1" ownerUserId="1" lastSchemaUpdate="2009-01-01"/>
  15. <partner partnerId="1" name="NRC" />
  16. <partnerInDatabase partnerId="1" databaseId="1"/>
  17. <activity activityId="1"
  18. databaseId="1"
  19. name="Monthly Activity"
  20. reportingFrequency="1"
  21. allowEdit="1"
  22. isAssessment="0"
  23. sortOrder="1"
  24. locationTypeId="1"/>
  25. <indicator indicatorId="1"
  26. activityId="1"
  27. name="Monthly Indicator"
  28. units="people"
  29. aggregation="0"
  30. category="inputs"
  31. description="Monthly Indicator"
  32. collectIntervention="1"
  33. collectMonitoring="1"
  34. sortOrder="2"/>
  35. <location locationId="1" name="Village" locationTypeId="1" />
  36. <site siteId="1" activityId="1" locationId="1" partnerId="1" Status="1" target="0"
  37. DateCreated="2009-02-01" DateEdited="2009-02-01" />
  38. </dataset>