aboutsummaryrefslogtreecommitdiff
path: root/tests/test-live-actions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Drop the 'ubuntu' prefix from the alarm types and functionsRobert Tari2021-10-281-1/+3
|
* tests/test-live-actions: Handle case when the test is run on LomiriRobert Tari2021-09-101-1/+23
|
* Fix failing testsRobert Tari2021-07-211-21/+43
| | | | | | | | | | | | | | | | | - include/actions-mock.h: Set return value to std::string and return an empty string - include/actions.h: Make open_alarm_app, open_appointment, open_calendar_app and open_settings_app return the uri/command - include/actions-live.h: Make open_alarm_app, open_appointment, open_calendar_app and open_settings_app return the uri/command - src/actions-live.cpp: Make open_alarm_app, open_appointment, open_calendar_app and open_settings_app return the uri/command - tests/test-live-actions.cpp: Drop last_cmd and last_url variables + use return values of actions-live functions for testing + test phone functions on lomiri only - tests/test-live-actions.cpp: test phone functions after setting XDG_CURRENT_DESKTOP - tests/test-settings.cpp: Use SETTINGS_NOTIFY_SCHEMA_ID only if it exists - tests/run-eds-ics-test.sh: Remove return statement - tests/CMakeLists.txt: Enable the timezone unit tests - tests/CMakeLists.txt: Catch race condition while attempting to copy schemas - tests/CMakeLists.txt: Exclude blocking tests on Travis for now - tests/tests-timezones.cpp: Use MockTimezone to construct LiveTimezones + drop section expecting changes after /timezone is modified (not monitored) - tests/test-formater: Change warning to plain message otherwise it can crash the test - .build.yml: Replace libmessaging-menu-dev with ayatana-indicator-messages Git build
* Fix clock app URL.Rodney Dawes2021-07-091-1/+1
|
* Update app name usage to match snaps.Rodney Dawes2021-07-091-1/+1
|
* Detect desktop to launch applications.Renato Araujo Oliveira Filho2021-07-071-13/+10
|
* update test-live-actions to last commit's TimedatedFixture changesCharles Kerr2021-07-061-18/+76
|
* Make sure that the ocurrence time is used to build the url to launch ↵Renato Araujo Oliveira Filho2021-07-051-5/+6
| | | | external application.
* update unit test.Renato Araujo Oliveira Filho2021-07-011-6/+8
|
* URL dispatcher support: Build phone code, even if URL dispatcher is unavailable.Mike Gabriel2018-03-261-2/+0
|
* Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵Mike Gabriel2017-12-081-0/+2
| | | | url-dispatcher and Ubuntu Touch sound schema files.
* Make test-live-actions quit itself once the tz has been changed, the mock no ↵Iain Lane2015-09-031-0/+4
| | | | longer does this
* Use timedated's Timezone property instead of watching /etc/timezoneIain Lane2015-08-311-222/+12
| | | | | Still need to rename everything to not use "timezone-file"
* add an Alarm class to represent ical valarm components; change the ↵Charles Kerr2015-03-311-6/+0
| | | | Appointment class to hold an arbitrary number of Alarms.
* add DateTime::end_of_month(), DateTime::end_of_day(). Add unit tests for them.Charles Kerr2015-03-161-6/+8
|
* use the new DateTime::start_of_day() and DateTime::start_of_minute() functions.Charles Kerr2015-03-141-20/+7
|
* ensure that disabled alarms aren't shown in indicator-datetime and that ↵Charles Kerr2014-12-071-2/+2
| | | | notifications aren't shown for them.
* fix flint++ warningsCharles Kerr2014-09-171-4/+6
|
* make the phone and desktop actions more consistent with each other; eg, ↵Charles Kerr2014-03-221-20/+71
| | | | 'indicator.desktop.open-calendar-app' + 'indicator.phone.open-calendar-app'
* sync the unit tests to the evolution startdate changes in r319Charles Kerr2014-03-131-1/+3
|
* decouple the planner's states; need three separate sets: upcoming-now (for ↵Charles Kerr2014-03-091-3/+4
| | | | alarms in the current time), upcoming-calendar (to show events coming from the selected calendar date), and calendar-month (all the appointments in the month displayed in the menu).
* copyediting: as per review, use name_of_thing() instead of ↵Charles Kerr2014-01-301-2/+2
| | | | get_name_of_thing() or getNameOfThing()
* sync the exported calendar state with the #State backendCharles Kerr2014-01-251-0/+114
|
* copyediting: rename the test/ directory's .cc files to .cpp for consistency ↵Charles Kerr2014-01-221-0/+289
with src/