diff options
author | Robert Tari <robert@tari.in> | 2021-11-09 01:48:53 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-11-09 01:48:53 +0100 |
commit | 841650f681c6f9d01389c139a83d51c9723533b4 (patch) | |
tree | aa35b65e519c14e41ed8d12a5794dd6cc9f02e18 /tests | |
parent | 25c5d185c6d40d62d98bca6188410dfd71827fa8 (diff) | |
download | ayatana-indicator-datetime-841650f681c6f9d01389c139a83d51c9723533b4.tar.gz ayatana-indicator-datetime-841650f681c6f9d01389c139a83d51c9723533b4.tar.bz2 ayatana-indicator-datetime-841650f681c6f9d01389c139a83d51c9723533b4.zip |
Rename Lomiri-specific properties to x-lomiri
Diffstat (limited to 'tests')
-rw-r--r-- | tests/notification-fixture.h | 2 | ||||
-rw-r--r-- | tests/test-eds-ics-missing-trigger.ics.in | 4 | ||||
-rw-r--r-- | tests/test-eds-ics-non-selected-source.ics.in | 2 | ||||
-rw-r--r-- | tests/test-eds-ics-nonrepeating-events.ics.in | 2 | ||||
-rw-r--r-- | tests/test-eds-ics-repeating-events.ics.in | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/tests/notification-fixture.h b/tests/notification-fixture.h index 6c26409..acb3e63 100644 --- a/tests/notification-fixture.h +++ b/tests/notification-fixture.h @@ -77,7 +77,7 @@ protected: static constexpr char const * SIGNAL_CLOSED {"NotificationClosed"}; - static constexpr char const * HINT_TIMEOUT {"x-ayatana-snap-decisions-timeout"}; + static constexpr char const * HINT_TIMEOUT {"x-lomiri-snap-decisions-timeout"}; static constexpr char const * AS_BUSNAME {"org.freedesktop.Accounts"}; static constexpr char const * AS_INTERFACE {"com.lomiri.touch.AccountsService.Sound"}; diff --git a/tests/test-eds-ics-missing-trigger.ics.in b/tests/test-eds-ics-missing-trigger.ics.in index 58aed71..de38ba5 100644 --- a/tests/test-eds-ics-missing-trigger.ics.in +++ b/tests/test-eds-ics-missing-trigger.ics.in @@ -8,7 +8,7 @@ UID:20150617T211838Z-6217-32011-2036-1@lomiri-phablet DTSTAMP:20150617T211838Z
DTSTART:20150618T100000
SUMMARY:One Time Alarm
-CATEGORIES:x-ayatana-alarm
+CATEGORIES:x-lomiri-alarm
CREATED:20150617T211838Z
LAST-MODIFIED:20150617T211838Z
BEGIN:VALARM
@@ -28,7 +28,7 @@ DTSTAMP:20150617T211913Z DTSTART:20150618T100100
RRULE:FREQ=DAILY
SUMMARY:Recurring Alarm
-CATEGORIES:x-ayatana-alarm
+CATEGORIES:x-lomiri-alarm
CREATED:20150617T211913Z
LAST-MODIFIED:20150617T211913Z
BEGIN:VALARM
diff --git a/tests/test-eds-ics-non-selected-source.ics.in b/tests/test-eds-ics-non-selected-source.ics.in index 3ae584f..19f93d7 100644 --- a/tests/test-eds-ics-non-selected-source.ics.in +++ b/tests/test-eds-ics-non-selected-source.ics.in @@ -9,7 +9,7 @@ DTSTAMP:20150508T211449Z DTSTART:20150508T164000 RRULE:FREQ=WEEKLY;BYDAY=FR SUMMARY:Alarm -CATEGORIES:x-ayatana-alarm +CATEGORIES:x-lomiri-alarm CREATED:20150507T211449Z LAST-MODIFIED:20150507T211449Z BEGIN:VALARM diff --git a/tests/test-eds-ics-nonrepeating-events.ics.in b/tests/test-eds-ics-nonrepeating-events.ics.in index ee46062..a01fdab 100644 --- a/tests/test-eds-ics-nonrepeating-events.ics.in +++ b/tests/test-eds-ics-nonrepeating-events.ics.in @@ -8,7 +8,7 @@ UID:20150520T000726Z-3878-32011-1770-81@lomiri-phablet DTSTAMP:20150520T223932Z
DTSTART:20150520T200000
SUMMARY:Alarm
-CATEGORIES:x-ayatana-alarm
+CATEGORIES:x-lomiri-alarm
SEQUENCE:1
LAST-MODIFIED:20150520T223932Z
BEGIN:VALARM
diff --git a/tests/test-eds-ics-repeating-events.ics.in b/tests/test-eds-ics-repeating-events.ics.in index b4bc4c7..dfd3c9b 100644 --- a/tests/test-eds-ics-repeating-events.ics.in +++ b/tests/test-eds-ics-repeating-events.ics.in @@ -9,7 +9,7 @@ DTSTAMP:20150508T211449Z DTSTART:20150508T164000
RRULE:FREQ=WEEKLY;BYDAY=FR
SUMMARY:Alarm
-CATEGORIES:x-ayatana-alarm
+CATEGORIES:x-lomiri-alarm
CREATED:20150507T211449Z
LAST-MODIFIED:20150507T211449Z
BEGIN:VALARM
|