Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exclude test-sound from CI builds | Robert Tari | 2021-09-16 | 1 | -3/+5 |
| | |||||
* | Link to lomiri-url-dispatcher where needed | Robert Tari | 2021-09-09 | 1 | -2/+2 |
| | |||||
* | tests/CMakeLists.txt: Use 'CI' instead of 'TRAVIS' for test exclusion - this ↵ | Robert Tari | 2021-09-03 | 1 | -4/+4 |
| | | | | should also cover Jenkins | ||||
* | tests/CMakeLists.txt: Build DBusMock tests with -no-pie | Robert Tari | 2021-08-30 | 1 | -0/+1 |
| | |||||
* | tests/CMakeLists.txt: Move -no-pie flag from CXX flags to target linker options. | Mike Gabriel | 2021-08-30 | 1 | -1/+4 |
| | |||||
* | Fix failing tests | Robert Tari | 2021-07-21 | 1 | -17/+22 |
| | | | | | | | | | | | | | | | | | - 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 | ||||
* | tests/CMakeLists.txt: add -no-pie compile flag | Robert Tari | 2021-07-15 | 1 | -1/+1 |
| | |||||
* | Remove the hard-coding of -g compiler flag. | Rodney Dawes | 2021-07-09 | 1 | -1/+1 |
| | |||||
* | Also need PARENT_SCOPE here. | Rodney Dawes | 2021-07-09 | 1 | -1/+1 |
| | |||||
* | Set the coverage test targeets from where the tests are added. | Rodney Dawes | 2021-07-09 | 1 | -0/+10 |
| | |||||
* | Switch to using gmock module from cmake-extras. | Rodney Dawes | 2021-07-09 | 1 | -10/+5 |
| | |||||
* | break test-notification into two separate test units | Charles Kerr | 2021-07-09 | 1 | -0/+1 |
| | |||||
* | Fixed typos; Updated code based on review requests. | Renato Araujo Oliveira Filho | 2021-07-08 | 1 | -1/+1 |
| | |||||
* | Create unit test | Renato Araujo Oliveira Filho | 2021-07-07 | 1 | -0/+1 |
| | |||||
* | Detect desktop to launch applications. | Renato Araujo Oliveira Filho | 2021-07-07 | 1 | -1/+1 |
| | |||||
* | Created unit test. | Renato Araujo Oliveira Filho | 2021-07-05 | 1 | -1/+3 |
| | |||||
* | Create unit test. | Renato Araujo Oliveira Filho | 2021-07-05 | 1 | -0/+1 |
| | |||||
* | get event selection up-to-date with the spec, including showing in-progress ↵ | Charles Kerr | 2021-07-05 | 1 | -0/+1 |
| | | | | events. add unit tests to cover event priority and display order. | ||||
* | Move notifications tests into a new unit test. Extract notifications test ↵ | Charles Kerr | 2021-07-01 | 1 | -1/+2 |
| | | | | fixture into a reusable header. | ||||
* | tests/CMakeLists.txt: Try to fix build failure on Debian Testing where cp -f ↵ | Robert Tari | 2021-06-27 | 1 | -1/+1 |
| | | | | is performed. | ||||
* | CMakeLists.txt: Add Clang support. | Mike Gabriel | 2021-05-05 | 1 | -2/+2 |
| | |||||
* | tests/CMakeLists.txt: EDS tests are not limited to URL dispatcher builds, so ↵ | Mike Gabriel | 2018-03-28 | 1 | -4/+0 |
| | | | | re-enabling them on non-Ubuntu. | ||||
* | tests/CMakeLists.txt: Only build manual-test-snap on Ubuntu. | Mike Gabriel | 2018-03-28 | 1 | -3/+5 |
| | |||||
* | use cmake's configure_file() to generate the test .ics files from .ics.in so ↵ | Charles Kerr | 2018-03-26 | 1 | -1/+3 |
| | | | | that we don't have to hardcode the filenames in the test data files either | ||||
* | tests/CMakeLists.txt: Fix linking when built with URL dispatcher support. | Mike Gabriel | 2018-03-26 | 1 | -1/+1 |
| | |||||
* | Fix executable/project name (indicator-datetime -> ↵ | Mike Gabriel | 2017-12-08 | 1 | -1/+1 |
| | | | | ayatana-indicator-datetime) at various locations. | ||||
* | tests/CMakeLists.txt: Also update DG_LOG_DOMAIN namespace in test suite. | Mike Gabriel | 2017-12-08 | 1 | -1/+1 |
| | |||||
* | README.md: Add some manual line breaks. | Mike Gabriel | 2017-12-08 | 1 | -3/+3 |
| | |||||
* | Indicator namespace adaptations. | Mike Gabriel | 2017-12-08 | 1 | -1/+1 |
| | |||||
* | Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵ | Mike Gabriel | 2017-12-08 | 1 | -0/+5 |
| | | | | url-dispatcher and Ubuntu Touch sound schema files. | ||||
* | glib-fixture: fail tests on unexpected warnings | Lars Uebernickel | 2015-09-09 | 1 | -0/+1 |
| | | | | | | | | | This requires specifying which warnings are expected to be thrown (only test-timezone-file needed this for now). However, only fail on warnings in the Indicator-Datetime log domain so that we don't fail on gstreamer (or other library) warnings for now. | ||||
* | Rename FileTimezone to TimedatedTimezone | Iain Lane | 2015-09-01 | 1 | -1/+1 |
| | |||||
* | sync with trunk | Charles Kerr | 2015-07-10 | 1 | -16/+5 |
|\ | |||||
| * | remove unnecessary pieces from the EDS test scaffolding. clean up script ↵ | Charles Kerr | 2015-06-23 | 1 | -16/+5 |
| | | | | | | | | variable names. | ||||
* | | oops, disabling the other tests was only supposed to be to speed up local ↵ | Charles Kerr | 2015-07-09 | 1 | -21/+21 |
| | | | | | | | | tests & wasn't supposed to be pushed | ||||
* | | add dobey's test case that has 'TZID:Pacific Time (US & Canada)' | Charles Kerr | 2015-07-09 | 1 | -21/+22 |
| | | |||||
* | | add failing test for timezone issue in bug #1473068 | Charles Kerr | 2015-07-09 | 1 | -0/+1 |
|/ | |||||
* | add (failing) regression test for x-canonical-alarm components whose valarms ↵ | Charles Kerr | 2015-06-17 | 1 | -0/+1 |
| | | | | have no triggers | ||||
* | in eds-engine, add a occur-in-time-range sexp to handle events that are ↵ | Charles Kerr | 2015-05-21 | 1 | -0/+1 |
| | | | | interesting but don't require user notification alarms | ||||
* | re-enable the tests that I disabled earlier in this branch while focusing on ↵ | Charles Kerr | 2015-05-20 | 1 | -15/+15 |
| | | | | the EDS bugfix | ||||
* | Add an EDS test for nonrepeating alarms. Refactor the EDS testing structure ↵ | Charles Kerr | 2015-05-20 | 1 | -14/+14 |
| | | | | slightly so that more of the basic config setup can be shared. | ||||
* | add tracers. | Charles Kerr | 2015-05-19 | 1 | -17/+17 |
| | |||||
* | undo last Friday's timezone regression. | Charles Kerr | 2015-05-19 | 1 | -1/+1 |
| | |||||
* | Add unit test that looks at ubuntu alarm triggers. Test currently fails on ↵ | Charles Kerr | 2015-05-07 | 1 | -0/+1 |
| | | | | the trigger timezone issue reported by alesage. | ||||
* | add EDS tests to confirm valarm attachments are loaded properly and trigger ↵ | Charles Kerr | 2015-04-05 | 1 | -4/+33 |
| | | | | in the AlarmQueue | ||||
* | add DateTime::end_of_month(), DateTime::end_of_day(). Add unit tests for them. | Charles Kerr | 2015-03-16 | 1 | -0/+1 |
| | |||||
* | add a dbustest1 test to confirm that the snap decision's hint has the ↵ | Charles Kerr | 2014-07-15 | 1 | -2/+8 |
| | | | | correct timeout interval. | ||||
* | add a visual hint that the next unit test isn't stuck, it's just slow. | Charles Kerr | 2014-07-14 | 1 | -0/+1 |
| | |||||
* | use unsigned ints for the alarm volume, duration properties | Charles Kerr | 2014-06-27 | 1 | -2/+2 |
| | |||||
* | Expose the alarm settings via dbus properties. | Charles Kerr | 2014-06-26 | 1 | -0/+2 |
| |