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

« back to all changes in this revision

Viewing changes to tests/libecal/client/test-client-get-revision.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:
25
25
 
26
26
       if (!e_client_get_backend_property_sync (E_CLIENT (client), CLIENT_BACKEND_PROPERTY_REVISION,
27
27
                                                &revision_before, NULL, &error))
28
 
               g_error ("Error getting book revision: %s", error->message);
 
28
               g_error ("Error getting book revision: %s", error->message);
29
29
 
30
30
       if (!e_cal_client_create_object_sync (client, icalcomp, &uid, NULL, &error))
31
31
               g_error ("Error creating object: %s", error->message);
32
32
 
33
33
       if (!e_client_get_backend_property_sync (E_CLIENT (client), CLIENT_BACKEND_PROPERTY_REVISION,
34
34
                                                &revision_after, NULL, &error))
35
 
               g_error ("Error getting book revision: %s", error->message);
 
35
               g_error ("Error getting book revision: %s", error->message);
36
36
 
37
37
       g_assert (revision_before);
38
38
       g_assert (revision_after);