Adapt libecal to the new ESource API.
[platform/upstream/evolution-data-server.git] / tests / libecal / test-ecal-get-capabilities.c
index 6303ef7..ff4d257 100644 (file)
@@ -17,7 +17,6 @@ main (gint argc,
        cal = ecal_test_utils_cal_new_temp (&uri, E_CAL_SOURCE_TYPE_EVENT);
        ecal_test_utils_cal_open (cal, FALSE);
        ecal_test_utils_cal_get_capabilities (cal);
-       ecal_test_utils_cal_remove (cal);
 
        return 0;
 }