aboutsummaryrefslogtreecommitdiff
path: root/tests/test-eds-ics-tzids-2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-eds-ics-tzids-2.cpp')
-rw-r--r--tests/test-eds-ics-tzids-2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-eds-ics-tzids-2.cpp b/tests/test-eds-ics-tzids-2.cpp
index aff9de7..3654e83 100644
--- a/tests/test-eds-ics-tzids-2.cpp
+++ b/tests/test-eds-ics-tzids-2.cpp
@@ -81,7 +81,7 @@ TEST_F(VAlarmFixture, MultipleAppointments)
// what we expect to get...
std::array<Appointment,1> expected_appts1;
auto appt1 = &expected_appts1[0];
-#ifndef LOMIRI_FEATURES_ENABLED
+#ifndef HAS_MKCAL
appt1->uid = "109264742";
appt1->color = "#becedd";
#else
@@ -95,7 +95,7 @@ TEST_F(VAlarmFixture, MultipleAppointments)
std::array<Appointment,1> expected_appts2;
auto appt2 = &expected_appts2[0];
-#ifndef LOMIRI_FEATURES_ENABLED
+#ifndef HAS_MKCAL
appt2->uid = "109264742";
appt2->color = "#62a0ea";
#else