diff options
| author | Lionel Duboeuf <lduboeuf@ouvaton.org> | 2025-10-11 14:34:53 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-11 22:03:27 +0200 |
| commit | c2bb201c7d397e4b50a7432056467e9d08384e1c (patch) | |
| tree | 538c3999e79639a7c67f12fe94936474fa839c7a /tests/test-eds-ics-tzids.cpp | |
| parent | ef5f625e3ed3e570867ddd509d2a8d66bb41a9c8 (diff) | |
| download | ayatana-indicator-datetime-c2bb201c7d397e4b50a7432056467e9d08384e1c.tar.gz ayatana-indicator-datetime-c2bb201c7d397e4b50a7432056467e9d08384e1c.tar.bz2 ayatana-indicator-datetime-c2bb201c7d397e4b50a7432056467e9d08384e1c.zip | |
separate mkCal Option from Lomiri
Diffstat (limited to 'tests/test-eds-ics-tzids.cpp')
| -rw-r--r-- | tests/test-eds-ics-tzids.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-eds-ics-tzids.cpp b/tests/test-eds-ics-tzids.cpp index e676001..1fa6d08 100644 --- a/tests/test-eds-ics-tzids.cpp +++ b/tests/test-eds-ics-tzids.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 = "8ggc30kh89qql8vjumgtug7l14@google.com"; appt1->color = "#becedd"; #else @@ -94,7 +94,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 = "8ggc30kh89qql8vjumgtug7l14@google.com"; appt2->color = "#62a0ea"; #else |
