Adapt libecal to the new ESource API.
[platform/upstream/evolution-data-server.git] / tests / libecal / test-ecal-remove-object.c
index ffec38f..4b376d6 100644 (file)
@@ -27,7 +27,6 @@ main (gint argc,
        component_final = ecal_test_utils_cal_get_object (cal, uid);
        ecal_test_utils_cal_assert_objects_equal_shallow (component, component_final);
        ecal_test_utils_cal_remove_object (cal, uid);
-       ecal_test_utils_cal_remove (cal);
 
        g_free (uid);
        icalcomponent_free (component);