summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/libedata-cal/test-cal-meta-backend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libedata-cal/test-cal-meta-backend.c b/tests/libedata-cal/test-cal-meta-backend.c
index 3d305de56..327898188 100644
--- a/tests/libedata-cal/test-cal-meta-backend.c
+++ b/tests/libedata-cal/test-cal-meta-backend.c
@@ -724,7 +724,7 @@ e_cal_meta_backend_test_new (ECalCache *cache)
meta_backend = g_object_new (E_TYPE_CAL_META_BACKEND_TEST,
"source", scratch,
"registry", glob_registry,
- "kind", ICAL_VEVENT_COMPONENT,
+ "kind", I_CAL_VEVENT_COMPONENT,
NULL);
g_assert_nonnull (meta_backend);
@@ -2461,7 +2461,7 @@ test_receive_objects (ECalMetaBackend *meta_backend)
icomp = i_cal_component_new_from_string (calobj);
g_assert_nonnull (icomp);
- firsticomp = i_cal_component_get_first_component (icomp, ICAL_VEVENT_COMPONENT);
+ firsticomp = i_cal_component_get_first_component (icomp, I_CAL_VEVENT_COMPONENT);
g_assert_nonnull (firsticomp);
g_free (calobj);