aboutsummaryrefslogtreecommitdiff
path: root/tests/actions-mock.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix failing testsRobert Tari2021-07-211-4/+12
| | | | | | | | | | | | | | | | | - 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
* Detect desktop to launch applications.Renato Araujo Oliveira Filho2021-07-071-32/+12
|
* Make sure that the ocurrence time is used to build the url to launch ↵Renato Araujo Oliveira Filho2021-07-051-2/+4
| | | | external application.
* Many more C++ namespace name changes (unity -> ayatana).Mike Gabriel2017-12-081-2/+2
|
* fix flint++ warningsCharles Kerr2014-09-171-1/+1
|
* make the phone and desktop actions more consistent with each other; eg, ↵Charles Kerr2014-03-221-22/+45
| | | | 'indicator.desktop.open-calendar-app' + 'indicator.phone.open-calendar-app'
* In the Desktop profile, don't show the 'Add Event…' button if evolution ↵Charles Kerr2014-03-061-0/+5
| | | | can't be launched.
* sync the exported calendar state with the #State backendCharles Kerr2014-01-251-7/+1
|
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-0/+88
Form: Add code annotations/comments. Remove dead code. Use Mir style guide. Todo: GSettings toggles, sync with new dbus-test-runner API, get GNOME Panel building again