/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
- <?xml version="1.0"?>
- <!--
- ~ All Sigmah code is released under the GNU General Public License v3
- ~ See COPYRIGHT.txt and LICENSE.txt.
- -->
-
- <dataset>
-
- <userLogin userId="1" name="Alex" email="alex@bertram.com" locale="en" newUser="0"
- password="$2a$10$t0A/cmh8igR4Gn5YyhvHYeL3FVIO72HMaUBjJdTv.giX/GR5YxDtC"/> <!-- password = monday -->
-
- <authentication authToken="XYZ123" userId="1" dateCreated="2010-01-01" dateLastActive="2010-01-01"/>
-
- <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"/>
-
- <locationType locationTypeId="1" countryId="1" name="Village" reuse="1"/>
-
- <userDatabase databaseId="1" name="PEAR" countryId="1" ownerUserId="1" lastSchemaUpdate="2009-01-01"/>
-
- <partner partnerId="1" name="NRC" />
- <partnerInDatabase partnerId="1" databaseId="1"/>
-
- <activity activityId="1"
- databaseId="1"
- name="Monthly Activity"
- reportingFrequency="1"
- allowEdit="1"
- isAssessment="0"
- sortOrder="1"
- locationTypeId="1"/>
-
-
- <indicator indicatorId="1"
- activityId="1"
- name="Monthly Indicator"
- units="people"
- aggregation="0"
- category="inputs"
- description="Monthly Indicator"
- collectIntervention="1"
- collectMonitoring="1"
- sortOrder="2"/>
-
- <location locationId="1" name="Village" locationTypeId="1" />
-
- <site siteId="1" activityId="1" locationId="1" partnerId="1" Status="1" target="0"
- DateCreated="2009-02-01" DateEdited="2009-02-01" />
-
- </dataset>