aboutsummaryrefslogtreecommitdiff
path: root/tests/test-notification.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make sure that calendar settings do not affect alarm notificationsArthur Mello2021-07-081-0/+6
|
* Set calendar notification settings to true in case GSettings schema is not ↵Arthur Mello2021-07-081-0/+4
| | | | available Make sure calendar notification settings are correct during tests
* Update indicator-datetime to work with the new notification settingsArthur Mello2021-07-071-14/+12
|
* work around g++ 4.9.2 initializer list issue for vividCharles Kerr2021-07-071-1/+1
|
* add new tests to exercise the Snap::Response codeCharles Kerr2021-07-071-0/+94
|
* sync tests with previous commit's Snap::Response changeCharles Kerr2021-07-071-3/+2
|
* Only creates messaging menu if calendar app is instaled. Update tests.Renato Araujo Oliveira Filho2021-07-061-1/+1
|
* Update notifications to use the new calendar icon.Renato Araujo Oliveira Filho2021-07-061-1/+1
|
* Post message on messaging menu if the notification get timeout.Renato Araujo Oliveira Filho2021-07-061-1/+1
|
* resolve some test timing issues by deferring Snap object creation until it's ↵Charles Kerr2021-07-011-10/+8
| | | | needed
* in test-notifications we do need one wait() wart after all, because the Snap ↵Charles Kerr2021-07-011-24/+1
| | | | is building its impl proxies asynchronously and hasn't any public way of notifying when they're built
* update notification tests to wait for the needed bus events instead of ↵Charles Kerr2021-07-011-17/+48
| | | | waiting for arbitrary time intervals
* add notification title, icon checks to test-notification's battery of test ↵Charles Kerr2021-07-011-15/+42
| | | | combinations
* Move notifications tests into a new unit test. Extract notifications test ↵Charles Kerr2021-07-011-0/+164
fixture into a reusable header.