aboutsummaryrefslogtreecommitdiff
path: root/tests/test-eds-ics-repeating-events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-eds-ics-repeating-events.cpp')
-rw-r--r--tests/test-eds-ics-repeating-events.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-eds-ics-repeating-events.cpp b/tests/test-eds-ics-repeating-events.cpp
index 701f8da..8ab200e 100644
--- a/tests/test-eds-ics-repeating-events.cpp
+++ b/tests/test-eds-ics-repeating-events.cpp
@@ -80,7 +80,7 @@ TEST_F(VAlarmFixture, MultipleAppointments)
// what we expect to get...
Appointment expected_appt;
-#ifndef LOMIRI_FEATURES_ENABLED
+#ifndef HAS_MKCAL
expected_appt.uid = "20150507T211449Z-4262-32011-1418-1@lomiri-phablet";
#else
expected_appt.uid = "840ab899-1b0e-4697-9514-dcd336a5e125";
@@ -110,7 +110,7 @@ TEST_F(VAlarmFixture, MultipleAppointments)
EXPECT_PRED3([](auto sColourIn, auto sColourExpected1, auto sColourExpected2)
{
return sColourIn == sColourExpected1 || sColourIn == sColourExpected2;
- #ifndef LOMIRI_FEATURES_ENABLED
+ #ifndef HAS_MKCAL
}, appt.color, "#becedd", "#62a0ea");
#else
}, appt.color, "#0000FF", "");