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-missing-trigger.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-missing-trigger.cpp')
| -rw-r--r-- | tests/test-eds-ics-missing-trigger.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test-eds-ics-missing-trigger.cpp b/tests/test-eds-ics-missing-trigger.cpp index 69ca109..a006c9a 100644 --- a/tests/test-eds-ics-missing-trigger.cpp +++ b/tests/test-eds-ics-missing-trigger.cpp @@ -82,7 +82,7 @@ TEST_F(VAlarmFixture, MissingTriggers) std::vector<Appointment> expected1; Appointment a1; a1.type = Appointment::ALARM; -#ifndef LOMIRI_FEATURES_ENABLED +#ifndef HAS_MKCAL a1.uid = "20150617T211838Z-6217-32011-2036-1@lomiri-phablet"; a1.color = "#becedd"; #else @@ -99,7 +99,7 @@ TEST_F(VAlarmFixture, MissingTriggers) expected1.push_back(a1); // build expected: recurring alarm 1 -#ifndef LOMIRI_FEATURES_ENABLED +#ifndef HAS_MKCAL a1.uid = "20150617T211913Z-6217-32011-2036-5@lomiri-phablet"; #else a1.uid = "3b45cbc9-d5c3-49a4-ad29-acc776818259"; @@ -130,7 +130,7 @@ TEST_F(VAlarmFixture, MissingTriggers) std::vector<Appointment> expected2; Appointment a2; a2.type = Appointment::ALARM; -#ifndef LOMIRI_FEATURES_ENABLED +#ifndef HAS_MKCAL a2.uid = "20150617T211838Z-6217-32011-2036-1@lomiri-phablet"; a2.color = "#62a0ea"; #else @@ -147,7 +147,7 @@ TEST_F(VAlarmFixture, MissingTriggers) expected2.push_back(a2); // build expected: recurring alarm 2 -#ifndef LOMIRI_FEATURES_ENABLED +#ifndef HAS_MKCAL a2.uid = "20150617T211913Z-6217-32011-2036-5@lomiri-phablet"; #else a2.uid = "3b45cbc9-d5c3-49a4-ad29-acc776818259"; |
