diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-11 22:04:21 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-11 22:04:21 +0200 |
| commit | 8b6b68809cd070f5c14dfb71b45e1cc0ce50c693 (patch) | |
| tree | 3bb2e911c39f34759323241dade350e5a5dcad65 /tests/test-eds-ics-tzids-2.cpp | |
| parent | ef5f625e3ed3e570867ddd509d2a8d66bb41a9c8 (diff) | |
| parent | 13d4f324138f79e5f880a63d6a3d0131cb2db2e7 (diff) | |
| download | ayatana-indicator-datetime-8b6b68809cd070f5c14dfb71b45e1cc0ce50c693.tar.gz ayatana-indicator-datetime-8b6b68809cd070f5c14dfb71b45e1cc0ce50c693.tar.bz2 ayatana-indicator-datetime-8b6b68809cd070f5c14dfb71b45e1cc0ce50c693.zip | |
Merge branch 'lduboeuf-personal/lduboeuf/separate_mkcal'
Attributes GH PR #143: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/143
Diffstat (limited to 'tests/test-eds-ics-tzids-2.cpp')
| -rw-r--r-- | tests/test-eds-ics-tzids-2.cpp | 4 |
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 |
