aboutsummaryrefslogtreecommitdiff
path: root/tests/run-eds-ics-test.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests/run-eds-ics-test: don't eat away test's resultRatchanan Srirattanamet2023-06-071-0/+3
| | | | | | Well, not exiting with the return code as the last step means that tests has been failing silently for a while now. This commit reveals that, but doesn't fix any test that fails.
* tests/run-eds-ics-test.sh: Sleep a little before cleanup to make sure gvfs ↵Robert Tari2021-09-031-1/+2
| | | | is released + drop the rm -d flag
* tests/run-eds-ics-test.sh: Also remove empty directoriesRobert Tari2021-09-011-1/+1
|
* Fix failing testsRobert Tari2021-07-211-2/+0
| | | | | | | | | | | | | | | | | - 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
* Created unit test.Renato Araujo Oliveira Filho2021-07-051-0/+8
|
* README.md: Add some manual line breaks.Mike Gabriel2017-12-081-1/+1
|
* tests/run-eds-ics-test.sh: Make sure the folder for the tasks.isc file ↵Mike Gabriel2017-12-081-0/+1
| | | | exists before copying it there.
* remove unnecessary pieces from the EDS test scaffolding. clean up script ↵Charles Kerr2015-06-231-26/+25
| | | | variable names.
* in run-eds-ics-test.sh, slightly cleaner ics file copyingCharles Kerr2015-05-211-1/+1
|
* Add an EDS test for nonrepeating alarms. Refactor the EDS testing structure ↵Charles Kerr2015-05-201-0/+67
slightly so that more of the basic config setup can be shared.