From c2bb201c7d397e4b50a7432056467e9d08384e1c Mon Sep 17 00:00:00 2001 From: Lionel Duboeuf Date: Sat, 11 Oct 2025 14:34:53 +0200 Subject: separate mkCal Option from Lomiri --- tests/test-eds-ics-nonrepeating-events.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test-eds-ics-nonrepeating-events.cpp') diff --git a/tests/test-eds-ics-nonrepeating-events.cpp b/tests/test-eds-ics-nonrepeating-events.cpp index c126dba..6e9c0f1 100644 --- a/tests/test-eds-ics-nonrepeating-events.cpp +++ b/tests/test-eds-ics-nonrepeating-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 = "20150520T000726Z-3878-32011-1770-81@lomiri-phablet"; #else expected_appt.uid = "d7aeb192-8b2c-4427-834f-f30388e9e73c"; @@ -103,7 +103,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", ""); -- cgit v1.2.3