/sigmah/src/test/resources/dbunit/calendar.db.xml

http://sigma-h.googlecode.com/ · XML · 12 lines · 7 code · 1 blank · 4 comment · 0 complexity · 4e0b57395be888fd9a17695260d3e859 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. <PersonalCalendar id="1" name="debug-calendar" />
  8. <PersonalEvent id="1" calendarId="1" summary="First" startDate="2010-10-18 8:30:00" />
  9. <PersonalEvent id="2" calendarId="1" summary="Second" startDate="2010-10-18 14:00:00" />
  10. <PersonalEvent id="3" calendarId="1" summary="Duration" startDate="2010-10-19 9:00:00" endDate="2010-10-19 18:00:00" />
  11. </dataset>