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

« back to all changes in this revision

Viewing changes to tests/libecal/test-ecal-get-query.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:
49
49
        GList *l;
50
50
 
51
51
        for (l = objects; l; l = l->next)
52
 
                test_print ("Object added %s\n", icalcomponent_get_uid (l->data));
 
52
                test_print ("Object added %s\n", icalcomponent_get_uid (l->data));
53
53
 
54
54
        subtest_passed (SUBTEST_OBJECTS_ADDED);
55
55
}
62
62
        GList *l;
63
63
 
64
64
        for (l = objects; l; l = l->next)
65
 
                test_print ("Object modified %s\n", icalcomponent_get_uid (l->data));
 
65
                test_print ("Object modified %s\n", icalcomponent_get_uid (l->data));
66
66
 
67
67
        subtest_passed (SUBTEST_OBJECTS_MODIFIED);
68
68
}
77
77
        for (l = objects; l; l = l->next) {
78
78
                ECalComponentId *id = l->data;
79
79
 
80
 
                test_print ("Object removed: uid: %s, rid: %s\n", id->uid,
 
80
                test_print ("Object removed: uid: %s, rid: %s\n", id->uid,
81
81
                                id->rid);
82
82
        }
83
83
 
90
90
                  const gchar *error_msg,
91
91
                  gpointer data)
92
92
{
93
 
        test_print ("View complete (status: %d, error_msg:%s\n", status, error_msg ? error_msg : "NULL");
 
93
        test_print ("View complete (status: %d, error_msg:%s\n", status, error_msg ? error_msg : "NULL");
94
94
 
95
95
        g_source_remove (complete_timeout_id);
96
96
 
100
100
static void
101
101
complete_timeout_cb (gpointer user_data)
102
102
{
103
 
        g_error ("failed to complete all the pieces of the test in time");
 
103
        g_error ("failed to complete all the pieces of the test in time");
104
104
}
105
105
 
106
106
static gboolean