aboutsummaryrefslogtreecommitdiff
path: root/tests/test-sound.cpp
Commit message (Collapse)AuthorAgeFilesLines
* tests/: Fix test-sound. Drop parameterized test run for now. Needs more ↵Mike Gabriel2024-02-121-18/+10
| | | | | | | | | | investigation. This partially reverts 30b2de458752ad0855b508eb2f8ffeee85628cea which introduced a parameterized SoundNotificationFixture/InteractiveDuration unit test. By some reason, the parameterized form of that unit tests fails. So, for now reverting back to the fix unit test variant.
* src, tests: enable notification code path without Lomiri depspersonal/peat-psuwit/bring-back-lomiri-hintsRatchanan Srirattanamet2023-12-261-16/+43
| | | | | | | | With the recent change, the notification code path is no longer Lomiri (or Ubuntu Touch) specific. Theres still some if-def's in the code to avoid adding dependendies in non-Lomiri case.
* Bring back Lomiri-specific notification hintsRatchanan Srirattanamet2023-12-071-0/+10
| | | | | | | | | | | As discussed in [1], Lomiri has a custom logic in notification timeout and require the custom hint for timeout to work correctly. Restore the hints from commit 0a88a8d7 ("Remove osd-notify remnants and use native notification timeout"), while keeping the standard timeout in place. Lomiri will ignore standard timeout, while other DE's will ignore the extra hint. [1] https://gitlab.com/ubports/development/core/content-hub/-/merge_requests/32#note_1552217874
* Remove osd-notify remnants and use native notification timeoutRobert Tari2023-09-091-7/+5
|
* Set calendar notification settings to true in case GSettings schema is not ↵Arthur Mello2021-08-291-0/+12
| | | | available Make sure calendar notification settings are correct during tests
* sync tests with previous commit's Snap::Response changeCharles Kerr2021-08-291-4/+4
|
* Only creates messaging menu if calendar app is instaled. Update tests.Renato Araujo Oliveira Filho2021-08-291-1/+1
|
* Update notifications to use the new calendar icon.Renato Araujo Oliveira Filho2021-08-291-1/+1
|
* Update sound test.Renato Araujo Oliveira Filho2021-08-291-2/+3
|
* Post message on messaging menu if the notification get timeout.Renato Araujo Oliveira Filho2021-08-291-1/+1
|
* Remove empty line.Renato Araujo Oliveira Filho2021-08-291-1/+0
|
* Revert change.Renato Araujo Oliveira Filho2021-08-291-0/+1
|
* update notification tests to wait for the needed bus events instead of ↵Charles Kerr2021-08-291-100/+0
| | | | waiting for arbitrary time intervals
* add notification title, icon checks to test-notification's battery of test ↵Charles Kerr2021-08-291-1/+1
| | | | combinations
* Move notifications tests into a new unit test. Extract notifications test ↵Charles Kerr2021-08-291-0/+269
fixture into a reusable header.