~ubuntu-branches/ubuntu/saucy/evolution-data-server/saucy

« back to all changes in this revision

Viewing changes to tests/libecal/test-ecal-create-object--2.c

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-10-08 12:58:16 UTC
  • mfrom: (181.1.7 quantal)
  • Revision ID: package-import@ubuntu.com-20121008125816-i3n76e8c0m64e7xp
Tags: 3.6.0-0ubuntu2
* Fix LP: #1038047 part 1 - Don't abort in e_source_registry_new* when a
  problem occurs connecting to the Dbus service
  - add debian/patches/dont-abort-in-e_source_registry_new.patch
  - update debian/patches/series
* Fix LP: #1038047 part 2 - libedataserver depends on
  evolution-data-server-common to ensure that the GSettings schemas are
  present
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        cal = ecal_test_utils_cal_new_temp (&uri, E_CAL_SOURCE_TYPE_EVENT);
24
24
        ecal_test_utils_cal_open (cal, FALSE);
25
25
        ecal_test_utils_create_component (cal, "20040109T090000Z", "UTC",
26
 
                        "20040109T103000", "UTC", EVENT_SUMMARY, &e_component,
 
26
                        "20040109T103000", "UTC", EVENT_SUMMARY, &e_component,
27
27
                        &uid);
28
28
 
29
29
        icalcomponent_final = ecal_test_utils_cal_get_object (cal, uid);